summaryrefslogtreecommitdiff
path: root/FS/FS/part_event.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-09-21 02:02:13 -0700
committerIvan Kohler <ivan@freeside.biz>2015-09-21 02:02:13 -0700
commit376794a00e837317e35fefd61a29ab58c0303b35 (patch)
treec85d5f2c8adb715064e655cee092696889324782 /FS/FS/part_event.pm
parent94ab54acc7f6941d9ed02f2ad5d7b63f1d2f6b60 (diff)
billing event to call web services, RT#35167
Diffstat (limited to 'FS/FS/part_event.pm')
-rw-r--r--FS/FS/part_event.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/part_event.pm b/FS/FS/part_event.pm
index d15f35b..9a1144c 100644
--- a/FS/FS/part_event.pm
+++ b/FS/FS/part_event.pm
@@ -369,6 +369,7 @@ sub eventtable_labels {
'cust_pkg' => 'Package',
'cust_bill' => 'Invoice',
'cust_main' => 'Customer',
+ 'cust_pay' => 'Payment',
'cust_pay_batch' => 'Batch payment',
'cust_statement' => 'Statement', #too general a name here? "Invoice group"?
'svc_acct' => 'Login service',
@@ -408,6 +409,7 @@ sub eventtable_pkey {
'cust_main' => 'custnum',
'cust_bill' => 'invnum',
'cust_pkg' => 'pkgnum',
+ 'cust_pay' => 'paynum',
'cust_pay_batch' => 'paybatchnum',
'cust_statement' => 'statementnum',
'svc_acct' => 'svcnum',