RT# 37817 - added a declaration to cust bill event actions that send out invoices
authorChristopher Burger <burgerc@freeside.biz>
Tue, 15 Jan 2019 19:08:36 +0000 (14:08 -0500)
committerChristopher Burger <burgerc@freeside.biz>
Wed, 16 Jan 2019 01:49:41 +0000 (20:49 -0500)
commit338485d75b27ea0e5ab561856720633f890374c4
tree632e3b37cce33d691257f0cfdfb08703a2a5bf14
parentd5d62e40593d5153afd64527accad35b7f4fda2e
RT# 37817 - added a declaration to cust bill event actions that send out invoices
14 files changed:
FS/FS/part_event.pm
FS/FS/part_event/Action.pm
FS/FS/part_event/Action/cust_bill_email.pm
FS/FS/part_event/Action/cust_bill_fsinc_print.pm
FS/FS/part_event/Action/cust_bill_print.pm
FS/FS/part_event/Action/cust_bill_print_pdf.pm
FS/FS/part_event/Action/cust_bill_send.pm
FS/FS/part_event/Action/cust_bill_send_agent.pm
FS/FS/part_event/Action/cust_bill_send_alternate.pm
FS/FS/part_event/Action/cust_bill_send_csv_ftp.pm
FS/FS/part_event/Action/cust_bill_send_if_newest.pm
FS/FS/part_event/Action/cust_bill_send_reminder.pm
FS/FS/part_event/Action/cust_bill_send_with_notice.pm
FS/FS/part_event/Condition/invoice_has_not_been_sent.pm