[freeside-commits] branch master updated. 4e0dfb0cb472d5fa4ab0581c43b4bab72ed50847

Ivan ivan at 420.am
Tue Dec 30 19:28:53 PST 2014


The branch, master has been updated
       via  4e0dfb0cb472d5fa4ab0581c43b4bab72ed50847 (commit)
      from  f0d924d0437715c4d332ab446f7ebb033841c477 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4e0dfb0cb472d5fa4ab0581c43b4bab72ed50847
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Dec 30 19:28:52 2014 -0800

    add option to skip customers without postal invocing to print event instead of the condition, RT#32648

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',
                      },
   );
 }

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_event/Action/cust_bill_print.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list