From 61b3cf2a7e8208a27c0ce933e32223700f231c54 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 19 Feb 2011 13:56:08 +0000 Subject: [PATCH] Bug : export CARD with details, didn't show the Debit/Credit side --- html/quick_code_csv.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/quick_code_csv.php b/html/quick_code_csv.php index 1780cf2e6..fa2a6b627 100644 --- a/html/quick_code_csv.php +++ b/html/quick_code_csv.php @@ -97,9 +97,10 @@ else $acc=new Acc_Operation($cn); $acc->jr_id=$op['jr_id']; $result= $acc->get_jrnx_detail(); + foreach ( $result as $r) { - printf('"%s";"%s";"%s";"%s";"%s";%s;"%s"', + printf('"%s";"%s";"%s";"%s";"%s";%s;"%s";"%s"', $r['j_poste'], $r['j_qcode'], $r['jr_date'],