X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=676f218c73d4fd16df88b8d16ee346546409ef7e;hp=7cee5d78ad1113124718e774d1f317b8684dd81c;hb=3804f9a99c6fc77ae36db0cdedd3ddbcff66f1cd;hpb=310548f138e0ea8f1e509fbbcaa11d48d1836605 diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 7cee5d78a..676f218c7 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -97,23 +97,19 @@ L and L for conversion functions. =back -Customer info at invoice generation time +Deprecated fields =over 4 -=item billing_balance - the customer's balance at the time the invoice was -generated (not including charges on this invoice) +=item billing_balance - the customer's balance immediately before generating +this invoice. DEPRECATED. Use the L method +to determine the customer's balance at a specific time. -=item previous_balance - the billing_balance of this customer's previous -invoice plus the charges on that invoice +=item previous_balance - the customer's balance immediately after generating +the invoice before this one. DEPRECATED. -=back - -Deprecated - -=over 4 - -=item printed - deprecated +=item printed - formerly used to track the number of times an invoice had +been printed; no longer used. =back