From 790c5f493a4fb73053740df41906f37c7d897f11 Mon Sep 17 00:00:00 2001 From: Christophe Battarel Date: Tue, 9 Apr 2019 18:32:00 +0200 Subject: [PATCH] fix select_conditions parameters --- htdocs/compta/facture/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php index 10dfcd18ba9..474be867aab 100644 --- a/htdocs/compta/facture/list.php +++ b/htdocs/compta/facture/list.php @@ -785,7 +785,7 @@ if ($resql) if (! empty($arrayfields['f.fk_cond_reglement']['checked'])) { print ''; - $form->select_conditions_paiements($search_paymentterms, 'search_paymentterms', -1, 1); + $form->select_conditions_paiements($search_paymentterms, 'search_paymentterms', -1, 1, 1); print ''; } if (! empty($arrayfields['f.total_ht']['checked']))