From: Ivan Kohler Date: Wed, 31 Dec 2014 03:28:54 +0000 (-0800) Subject: add option to skip customers without postal invocing to print event instead of the... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=41c91051e8bfd4266b6fee72fcd2f07138a676d6 add option to skip customers without postal invocing to print event instead of the condition, RT#32648 --- diff --git a/FS/FS/part_event/Action/cust_bill_print.pm b/FS/FS/part_event/Action/cust_bill_print.pm index 8a9d369f4..b94e882ff 100644 --- a/FS/FS/part_event/Action/cust_bill_print.pm +++ b/FS/FS/part_event/Action/cust_bill_print.pm @@ -16,6 +16,7 @@ sub option_fields { }, 'skip_nopost' => { label => 'Skip customers without postal billing enabled', type => 'checkbox', + value => 'Y', }, ); }