From 6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 Mon Sep 17 00:00:00 2001
From: ivan
@cust_pay_objects = $cust_bill->cust_pay;
+
+ $tax_amount = $record->tax;
@lines = $cust_bill->print_text;
@lines = $cust_bill->print_text $time;
@@ -72,6 +74,8 @@ following fields are currently supported:
+ #Returns a list consisting of the total previous credited (see + #L<FS::cust_credit>) and unapplied for this customer, followed by the previous + #outstanding credits (FS::cust_credit objects).
#Returns all payments (see the FS::cust_pay manpage) for this invoice.
+ +
$Id: cust_bill.html,v 1.1 2001-07-30 07:36:03 ivan Exp $
+$Id: cust_bill.html,v 1.3 2002-01-29 17:42:46 ivan Exp $
the FS::Record manpage, the FS::cust_main manpage, the FS::cust_pay manpage, the FS::cust_bill_pkg manpage, -the FS::cust_credit manpage, schema.html from the base documentation.
+the FS::Record manpage, the FS::cust_main manpage, the FS::cust_bill_pay manpage, FS:;cust_pay, +the FS::cust_bill_pkg manpage, the FS::cust_bill_credit manpage, schema.html from the base +documentation.