summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-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 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',
},
);
}