projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
408d2d8
)
add option to skip customers without postal invocing to print event instead of the...
author
Ivan Kohler
<ivan@freeside.biz>
Wed, 31 Dec 2014 03:28:54 +0000
(19:28 -0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Wed, 31 Dec 2014 03:28:54 +0000
(19:28 -0800)
FS/FS/part_event/Action/cust_bill_print.pm
patch
|
blob
|
history
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
(file)
--- 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',
},
);
}