add option to skip customers without postal invocing to print event instead of the...
[freeside.git] / FS / FS / part_event / Action / cust_bill_print.pm
index 8a9d369..b94e882 100644 (file)
@@ -16,6 +16,7 @@ sub option_fields {
                  },
     'skip_nopost' => { label => 'Skip customers without postal billing enabled',
                        type  => 'checkbox',
+                       value => 'Y',
                      },
   );
 }