diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 5b60e0ec273..625739b7128 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -1291,16 +1291,18 @@ if ($action == 'create') print ''; print $form->select_company('', 'socid', '(s.client = 1 OR s.client = 2 OR s.client = 3) AND status=1', 1); // reload page to retrieve customer informations - print ''; + '; + } print ''; } print '' . "\n"; diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php index bbc255e0227..508c26f24ed 100644 --- a/htdocs/commande/card.php +++ b/htdocs/commande/card.php @@ -1356,16 +1356,18 @@ if ($action == 'create' && $user->rights->commande->creer) print ''; print $form->select_company('', 'socid', 's.client = 1 OR s.client = 3', 1); // reload page to retrieve customer informations - print ''; + '; + } print ''; } print '' . "\n"; diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index fd9f730fe09..ea309b83a26 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1960,16 +1960,18 @@ if ($action == 'create') print ''; print $form->select_company('', 'socid', 's.client = 1 OR s.client = 3', 1); // reload page to retrieve customer informations - print ''; + '; + } print ''; } print '' . "\n";