From e1137d745047ab2051634cc00c549ed9ae59c53c Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 7 Nov 2014 23:03:49 +0100 Subject: [PATCH] =?UTF-8?q?Task=20#1043=20-=20BK=20:=20met=20les=20montant?= =?UTF-8?q?s=20en=20rouge=20si=20compte=20en=20n=C3=A9gatif=20Compte=20non?= =?UTF-8?q?=20tresorerie=20sans=20couleur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/bank.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bank.inc.php b/include/bank.inc.php index 643c1e90e..8a5b4e0e6 100644 --- a/include/bank.inc.php +++ b/include/bank.inc.php @@ -101,7 +101,7 @@ if ( $low_action == "list" ) $noop=(isset($_GET['noop']))?false:true; echo '
'; - echo $supplier->Summary($search,'supplier',$sql,$noop); + echo $supplier->Summary($search,'bank',$sql,$noop); echo '
';