add option to skip customers without postal invocing to print event instead of the...
authorIvan Kohler <ivan@freeside.biz>
Wed, 31 Dec 2014 03:28:54 +0000 (19:28 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 31 Dec 2014 03:28:54 +0000 (19:28 -0800)
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',
                      },
   );
 }