Tax Inquiry: fixed refrences to non-existing database fields.
[fa-stable.git] / reporting / rep203.php
index 95c3c0e664fe732ba3f2013a542b3981bd1edd85..9b1ad3b468fe0ca2725695ca261aba7c63a17e47 100644 (file)
@@ -103,7 +103,7 @@ function print_payment_report()
 
     $rep = new FrontReport(_('Payment Report'), "PaymentReport", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);
@@ -187,4 +187,3 @@ function print_payment_report()
     $rep->End();
 }
 
-?>