From 4fe4907b442e4e0fc05a5f30e6ed71133abe1da0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 8 Sep 2016 18:13:23 +0200 Subject: [PATCH] FIX Mandatory field payment term was not css highlighted. --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 63d87cfba31..32333d2f1e1 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2400,7 +2400,7 @@ if ($action == 'create') } // Payment term - print '' . $langs->trans('PaymentConditionsShort') . ''; + print '' . $langs->trans('PaymentConditionsShort') . ''; $form->select_conditions_paiements(isset($_POST['cond_reglement_id']) ? $_POST['cond_reglement_id'] : $cond_reglement_id, 'cond_reglement_id'); print '';