Merge branch 'dev7102' into entreprise
This commit is contained in:
commit
a5a36c812b
15 changed files with 864 additions and 614 deletions
|
|
@ -279,7 +279,7 @@ class Print_Ledger_Simple extends PDF
|
|||
$sep="";
|
||||
for ($e=0;$e<$max;$e++) {
|
||||
$row=Database::fetch_array($ret_reconcile, $e);
|
||||
$msg=( $row['qcode_bank'] != "")?"[".$row['qcode_bank']."]":$row['jr_internal'];
|
||||
$msg=( $row['qcode_bank'] != "")?"[".$row['qcode_bank']."]".$row['qcode_name']:$row['jr_internal'];
|
||||
$str_payment=$row['jr_date'].$msg.$sep;
|
||||
$sep=' , ';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue