Bug : export CARD with details, didn't show the Debit/Credit side
This commit is contained in:
parent
c1c89cfb1b
commit
61b3cf2a7e
1 changed files with 2 additions and 1 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue