[freeside-commits] freeside/httemplate/search report_cust_pkg.html, 1.11, 1.12
Ivan,,,
ivan at wavetail.420.am
Thu May 21 20:02:56 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv32443/httemplate/search
Modified Files:
report_cust_pkg.html
Log Message:
add ability to report on packages w/status "not yet billed" as well, RT#5409
Index: report_cust_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_pkg.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- report_cust_pkg.html 10 Dec 2008 21:43:43 -0000 1.11
+++ report_cust_pkg.html 22 May 2009 03:02:54 -0000 1.12
@@ -129,6 +129,7 @@
#false laziness w/cust_pkg.cgi
my %disable = (
'all' => {},
+ 'not yet billed' => { 'setup'=>1, 'last_bill'=>1, 'bill'=>1, 'adjourn'=>1, 'susp'=>1, 'expire'=>1, 'cancel'=>1, },
'one-time charge' => { 'last_bill'=>1, 'bill'=>1, 'adjourn'=>1, 'susp'=>1, 'expire'=>1, 'cancel'=>1, },
'active' => { 'susp'=>1, 'cancel'=>1 },
'suspended' => { 'cancel' => 1 },
More information about the freeside-commits
mailing list