From 41c91051e8bfd4266b6fee72fcd2f07138a676d6 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 30 Dec 2014 19:28:54 -0800 Subject: [PATCH] add option to skip customers without postal invocing to print event instead of the condition, RT#32648 --- FS/FS/part_event/Action/cust_bill_print.pm | 1 + 1 file changed, 1 insertion(+) 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', }, ); } -- 2.11.0