From 473ee5d9ef164a435538d32d0cdf2b1d55f9ba60 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 25 Jun 2006 19:13:09 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Liste=20de=20types=20de=20paiement=20=E9?= =?UTF-8?q?tait=20cass=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 0217fad2b1c..5cdc358f150 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1107,7 +1107,7 @@ class Form $filterarray=array(); if ($filtertype == 'CRDT') $filterarray=array(0,2); elseif ($filtertype == 'DBIT') $filterarray=array(1,2); - elseif ($filtertype != '-1') $filterarray=split(',',$filtertype); + elseif ($filtertype != '' && $filtertype != '-1') $filterarray=split(',',$filtertype); $this->load_cache_types_paiements();