Def. COAs. Changed query_size in users table to unsigned tinyint(1)
[fa-stable.git] / reporting / rep709.php
index f5b9dd072f0ff5d9ec86b0a20915358fcdf6961b..1ffa5f089fe129e9514e6c553df8280ef4c8d1a9 100644 (file)
@@ -112,8 +112,8 @@ function print_tax_report()
                _('Net'), _('Rate'), _('Tax'), '', _('Name'));
        $aligns = array('left', 'left', 'left', 'left', 'left', 'right', 'right', 'right', 'right','left');
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
-       
+       recalculate_cols($cols);
+
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns);
        if (!$summaryOnly)
@@ -178,7 +178,7 @@ function print_tax_report()
        // Summary
        $cols2 = array(0, 100, 180,     260, 340, 420, 500);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols2);
+       recalculate_cols($cols2);
 
        $headers2 = array(_('Tax Rate'), _('Outputs'), _('Output Tax'), _('Inputs'), _('Input Tax'), _('Net Tax'));