From 01255602d87fd2a7389dcb8cd1b5a4a6082fb10a Mon Sep 17 00:00:00 2001 From: Christophe Battarel Date: Tue, 9 Apr 2019 18:30:58 +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 a2ea79e44dc..10dfcd18ba9 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', '', 0, 1, 1, 10); + $form->select_conditions_paiements($search_paymentterms, 'search_paymentterms', -1, 1); print ''; } if (! empty($arrayfields['f.total_ht']['checked']))