Cleanup: removed all closing tags in php files.
[fa-stable.git] / reporting / rep108.php
index b438e641c2d31153bc90755e53c3578a7b11a905..27063c609e517e8cf2db4591037374a869534aca 100644 (file)
@@ -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);
@@ -174,4 +174,3 @@ function print_statements()
                $rep->End();
 }
 
-?>