X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep108.php;h=1a122c0435df2359fbdaf62297d78d7ba5388a70;hb=a53ada1fa7eac32d429456e08f5ac7fb753ebc0d;hp=b438e641c2d31153bc90755e53c3578a7b11a905;hpb=1571869d54be48452fdbe08f25130972ff0a7b5a;p=fa-stable.git diff --git a/reporting/rep108.php b/reporting/rep108.php index b438e641..1a122c04 100644 --- a/reporting/rep108.php +++ b/reporting/rep108.php @@ -83,9 +83,9 @@ function print_statements() if ($email == 0) $rep = new FrontReport(_('STATEMENT'), "StatementBulk", user_pagesize(), 9, $orientation); - if ($orientation == 'L') + if ($orientation == 'L') recalculate_cols($cols); - + $sql = "SELECT debtor_no, name AS DebtorName, address, tax_id, curr_code, curdate() AS tran_date FROM ".TB_PREF."debtors_master"; if ($customer != ALL_TEXT) $sql .= " WHERE debtor_no = ".db_escape($customer);