X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FCondition%2Fcust_bill_owed.pm;h=5e582ef698dd1bd40f1c6b70b1362af2b1f08b79;hp=e90d3db28565421bed88f2a6155b22abbdb28280;hb=efac4a4045b9311fc68bbca284919d24bb1a3c2e;hpb=b139d3ee29cc2ff94904c45597ac61623d7c1d46 diff --git a/FS/FS/part_event/Condition/cust_bill_owed.pm b/FS/FS/part_event/Condition/cust_bill_owed.pm index e90d3db28..5e582ef69 100644 --- a/FS/FS/part_event/Condition/cust_bill_owed.pm +++ b/FS/FS/part_event/Condition/cust_bill_owed.pm @@ -16,6 +16,12 @@ sub eventtable_hashref { }; } +sub implicit_flag { 30; } + +sub remove_warning { + 'Are you sure you want to remove this condition? Doing so will allow this event to run even for invoices which have no outstanding balance. Perhaps you want to reset "Amount owed over" to 0 instead of removing the condition entirely?'; #better error msg? +} + sub option_fields { ( 'owed' => { 'label' => 'Amount owed over',