From 70d9d3ab4c90ba50975aa294902e4ecfb208b8d6 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Tue, 4 Jun 2019 18:23:25 +0200 Subject: [PATCH] FIX contact default list with adding job/function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as my last commit it's same contact but différent job / function. More clear for choosing right contact in the list (PR from my dolibarr's customer) --- htdocs/commande/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php index 05d02c487c0..8ceadce89e5 100644 --- a/htdocs/commande/card.php +++ b/htdocs/commande/card.php @@ -1645,7 +1645,7 @@ if ($action == 'create' && $user->rights->commande->creer) // Contact of order if ($socid > 0) { print "" . $langs->trans("DefaultContact") . ''; - $form->select_contacts($soc->id, $setcontact, 'contactid', 1, $srccontactslist); + $form->select_contacts($soc->id, $setcontact, 'contactid', 1, $srccontactslist, '', 1); print ''; // Ligne info remises tiers