X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_ApplicationCommon.pm;h=803239d043f894cf5acc707ad4331ece69d0bef7;hb=5a218e8d28a8fd7c486ca84413b13bae5a987f76;hp=9f61f5be53230ceeefe50a0bcab601f88c2eb270;hpb=3005e5fc92dce4d680f2cd9895db683336cf7c4f;p=freeside.git diff --git a/FS/FS/cust_bill_ApplicationCommon.pm b/FS/FS/cust_bill_ApplicationCommon.pm index 9f61f5be5..803239d04 100644 --- a/FS/FS/cust_bill_ApplicationCommon.pm +++ b/FS/FS/cust_bill_ApplicationCommon.pm @@ -8,7 +8,7 @@ use FS::Record qw( qsearch qsearchs dbh ); @ISA = qw( FS::Record ); -$DEBUG = 1; +$DEBUG = 0; $me = '[FS::cust_bill_ApplicationCommon]'; =head1 NAME @@ -359,6 +359,18 @@ sub cust_bill { qsearchs( 'cust_bill', { 'invnum' => $self->invnum } ); } +=item applied_to_invoice + +Returns a string representing the invoice (see Lcust_bill->invnum_date_pretty; +} + =item lineitem_breakdown_table =cut