X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fcust_bill_print.pm;h=b94e882ffad38dfc26d9b4cef7a768445daec4d4;hb=4e0dfb0cb472d5fa4ab0581c43b4bab72ed50847;hp=8a9d369f466f28b45ffd9e1ea07c511303c9b8b9;hpb=f0d924d0437715c4d332ab446f7ebb033841c477;p=freeside.git 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', }, ); }