From 712b83b4707a0a1f7048a28ffb2971ef09dee678 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 18 Jun 2012 16:06:00 +0000 Subject: [PATCH] =?UTF-8?q?0000530:=20Ajouter=20la=20possibilit=C3=A9=20d'?= =?UTF-8?q?entrer=20une=20date=20par=20op=C3=A9ration=20dans=20la=20saisie?= =?UTF-8?q?=20du=20journal=20de=20banque?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prep. code commenté, problème avec Acc_Ledger_Fin --- include/template/form_ledger_fin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/template/form_ledger_fin.php b/include/template/form_ledger_fin.php index 0d1417f85..9f4a810f6 100644 --- a/include/template/form_ledger_fin.php +++ b/include/template/form_ledger_fin.php @@ -21,6 +21,7 @@
+ @@ -30,6 +31,7 @@ '; +// echo td($item['dateop']); echo td($item['qcode'].$item['search']); echo td($item['cname']); echo td($item['comment']);
code