Export CSV Reconciliation
This commit is contained in:
parent
20d33fbc15
commit
37ddb2fa0f
1 changed files with 4 additions and 4 deletions
|
|
@ -33,8 +33,8 @@ for ($i=0;$i<count($array);$i++) {
|
|||
$r.=td(nbm($array[$i]['first']['jr_montant']),'style="text-align:right"');
|
||||
echo tr($r);
|
||||
// check if operation does exist in v_detail_quant
|
||||
$ret=$a->db->execute('detail_quant',array($array[$i]['first']['jr_id']));
|
||||
$a->show_detail($ret);
|
||||
$ret=$acc_reconciliation->db->execute('detail_quant',array($array[$i]['first']['jr_id']));
|
||||
$acc_reconciliation->show_detail($ret);
|
||||
if ( isset($array[$i]['depend']) )
|
||||
{
|
||||
$limit=count($array[$i]['depend'])-1;
|
||||
|
|
@ -52,8 +52,8 @@ for ($i=0;$i<count($array);$i++) {
|
|||
echo '<tr style="border-bottom: 1px solid #4f4f7d;">'.$r.'</tr>';
|
||||
else
|
||||
echo tr($r);
|
||||
$ret=$a->db->execute('detail_quant',array($array[$i]['depend'][$e]['jr_id']));
|
||||
$a->show_detail($ret);
|
||||
$ret=$acc_reconciliation->db->execute('detail_quant',array($array[$i]['depend'][$e]['jr_id']));
|
||||
$acc_reconciliation->show_detail($ret);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue