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 '';