summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill_pay.pm
diff options
context:
space:
mode:
authorivan <ivan>2007-01-21 21:45:29 +0000
committerivan <ivan>2007-01-21 21:45:29 +0000
commit05686487551e26418c9b2d6b92ea0d89bb100082 (patch)
treee129029de83fc91d8d9e2a79dfcb9043d6778f55 /FS/FS/cust_bill_pay.pm
parenta5d07d949a9ef3e57694a49a60e5a393c350a42f (diff)
Have lineitem-specific applications happen in all cases; add weightsto control
Diffstat (limited to 'FS/FS/cust_bill_pay.pm')
-rw-r--r--FS/FS/cust_bill_pay.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_bill_pay.pm b/FS/FS/cust_bill_pay.pm
index 67f8eaf..74a8bcd 100644
--- a/FS/FS/cust_bill_pay.pm
+++ b/FS/FS/cust_bill_pay.pm
@@ -70,6 +70,7 @@ sub table { 'cust_bill_pay'; }
sub _app_source_name { 'payment'; }
sub _app_source_table { 'cust_pay'; }
sub _app_lineitem_breakdown_table { 'cust_bill_pay_pkg'; }
+sub _app_part_pkg_weight_column { 'pay_weight'; }
=item insert