[freeside-commits] branch FREESIDE_3_BRANCH updated. 41c91051e8bfd4266b6fee72fcd2f07138a676d6
Ivan
ivan at 420.am
Tue Dec 30 19:28:55 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 41c91051e8bfd4266b6fee72fcd2f07138a676d6 (commit)
from 408d2d8d90fa1f2674902ffdec7844b1d18bbf50 (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 41c91051e8bfd4266b6fee72fcd2f07138a676d6
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Dec 30 19:28:54 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