From: Ivan Kohler Date: Wed, 31 Dec 2014 03:28:52 +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=4e0dfb0cb472d5fa4ab0581c43b4bab72ed50847 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', }, ); }