From 46dc4e18008835d3f8f76afb7156fb44e7f75e32 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 25 Feb 2014 23:12:52 -0800 Subject: redesign the "nextbill" flag a little, #25899 --- FS/FS/cust_event_fee.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FS/FS/cust_event_fee.pm') diff --git a/FS/FS/cust_event_fee.pm b/FS/FS/cust_event_fee.pm index 78794fd..d924485 100644 --- a/FS/FS/cust_event_fee.pm +++ b/FS/FS/cust_event_fee.pm @@ -45,6 +45,9 @@ time billing runs for the customer. =item feepart - key of the fee definition (L). +=item nextbill - 'Y' if the fee should be charged on the customer's next +bill, rather than causing a bill to be produced immediately. + =back =head1 METHODS @@ -93,6 +96,7 @@ sub check { || $self->ut_foreign_key('eventnum', 'cust_event', 'eventnum') || $self->ut_foreign_keyn('billpkgnum', 'cust_bill_pkg', 'billpkgnum') || $self->ut_foreign_key('feepart', 'part_fee', 'feepart') + || $self->ut_flag('nextbill') ; return $error if $error; -- cgit v1.1