From 3280c8fa64efd338c7b2c973bfc6575a48561c05 Mon Sep 17 00:00:00 2001 From: Christophe Battarel Date: Mon, 25 Mar 2019 10:12:23 +0100 Subject: [PATCH] not for invoice --- htdocs/compta/facture/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/card.php b/htdocs/compta/facture/card.php index 7655298b1b6..daf090483c3 100644 --- a/htdocs/compta/facture/card.php +++ b/htdocs/compta/facture/card.php @@ -3071,7 +3071,7 @@ if ($action == 'create') // Payment term print '' . $langs->trans('PaymentConditionsShort') . ''; - $form->select_conditions_paiements(isset($_POST['cond_reglement_id']) ? $_POST['cond_reglement_id'] : $cond_reglement_id, 'cond_reglement_id', -1, 1); + $form->select_conditions_paiements(isset($_POST['cond_reglement_id']) ? $_POST['cond_reglement_id'] : $cond_reglement_id, 'cond_reglement_id'); print ''; // Payment mode