[freeside-commits] freeside/httemplate/graph report_cust_bill_pkg.html, 1.4, 1.4.2.1 report_cust_pkg.html, 1.1.2.2, 1.1.2.3 report_money_time.html, 1.4, 1.4.2.1
Ivan,,,
ivan at wavetail.420.am
Wed Dec 10 13:36:48 PST 2008
- Previous message: [freeside-commits] freeside/httemplate/graph report_cust_bill_pkg.html, 1.6, 1.7 report_money_time.html, 1.6, 1.7
- Next message: [freeside-commits] freeside/httemplate/search cust_bill_event.html, 1.13, 1.14 report_cust_bill.html, 1.9, 1.10 report_cust_credit.html, 1.13, 1.14 report_cust_event.html, 1.2, 1.3 report_cust_main.html, 1.8, 1.9 report_cust_main-zip.html, 1.5, 1.6 report_cust_pay_batch.html, 1.4, 1.5 report_cust_pay.html, 1.17, 1.18 report_cust_pkg.html, 1.10, 1.11 report_newtax.html, 1.1, 1.2 report_svc_acct.html, 1.3, 1.4 report_tax.html, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/graph
In directory wavetail.420.am:/tmp/cvs-serv30817
Modified Files:
Tag: FREESIDE_1_7_BRANCH
report_cust_bill_pkg.html report_cust_pkg.html
report_money_time.html
Log Message:
allow all-agent reporting again
Index: report_cust_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/graph/report_cust_pkg.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- report_cust_pkg.html 14 Aug 2007 21:47:24 -0000 1.1.2.2
+++ report_cust_pkg.html 10 Dec 2008 21:36:46 -0000 1.1.2.3
@@ -6,9 +6,9 @@
<% include('/elements/tr-select-from_to.html' ) %>
-<% include('/elements/tr-select-agent.html',
- 'curr_value' => scalar($cgi->param('agentnum')),
- 'label' => 'For agent: ',
+<% include('/elements/tr-select-agent.html'. scalar($cgi->param('agentnum')),
+ 'label' => 'For agent: ',
+ 'disable_empty' => 0,
)
%>
Index: report_cust_bill_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/graph/report_cust_bill_pkg.html,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- report_cust_bill_pkg.html 3 Feb 2007 11:36:30 -0000 1.4
+++ report_cust_bill_pkg.html 10 Dec 2008 21:36:46 -0000 1.4.2.1
@@ -6,7 +6,11 @@
<% include('/elements/tr-select-from_to.html' ) %>
-<% include('/elements/tr-select-agent.html', '', 'label' => 'For agent: ' ) %>
+<% include('/elements/tr-select-agent.html', '',
+ 'label' => 'For agent: ',
+ 'disable_empty' => 0,
+ )
+%>
<% include('/elements/tr-select-pkg_class.html', '',
'pre_options' => [ '0' => 'all' ],
Index: report_money_time.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/graph/report_money_time.html,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- report_money_time.html 3 Feb 2007 11:36:30 -0000 1.4
+++ report_money_time.html 10 Dec 2008 21:36:46 -0000 1.4.2.1
@@ -18,7 +18,11 @@
<% include('/elements/tr-select-from_to.html' ) %>
-<% include('/elements/tr-select-agent.html', '', 'label' => 'For agent: ' ) %>
+<% include('/elements/tr-select-agent.html', '',
+ 'label' => 'For agent: ',
+ 'disable_empty' => 0,
+ )
+%>
<TR>
<TD ALIGN="right"><INPUT TYPE="checkbox" NAME="12mo" VALUE="1"></TD>
- Previous message: [freeside-commits] freeside/httemplate/graph report_cust_bill_pkg.html, 1.6, 1.7 report_money_time.html, 1.6, 1.7
- Next message: [freeside-commits] freeside/httemplate/search cust_bill_event.html, 1.13, 1.14 report_cust_bill.html, 1.9, 1.10 report_cust_credit.html, 1.13, 1.14 report_cust_event.html, 1.2, 1.3 report_cust_main.html, 1.8, 1.9 report_cust_main-zip.html, 1.5, 1.6 report_cust_pay_batch.html, 1.4, 1.5 report_cust_pay.html, 1.17, 1.18 report_cust_pkg.html, 1.10, 1.11 report_newtax.html, 1.1, 1.2 report_svc_acct.html, 1.3, 1.4 report_tax.html, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list