summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Action
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-12-30 19:28:52 -0800
committerIvan Kohler <ivan@freeside.biz>2014-12-30 19:28:52 -0800
commit4e0dfb0cb472d5fa4ab0581c43b4bab72ed50847 (patch)
treef729de464076a08e5246a80f5cd8bbda3e0a9517 /FS/FS/part_event/Action
parentf0d924d0437715c4d332ab446f7ebb033841c477 (diff)
add option to skip customers without postal invocing to print event instead of the condition, RT#32648
Diffstat (limited to 'FS/FS/part_event/Action')
-rw-r--r--FS/FS/part_event/Action/cust_bill_print.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_event/Action/cust_bill_print.pm b/FS/FS/part_event/Action/cust_bill_print.pm
index 8a9d369..b94e882 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',
},
);
}