[freeside-commits] freeside/httemplate/view/cust_main packages.html, 1.20, 1.21
Jeff Finucane,420,,
jeff at wavetail.420.am
Tue Apr 10 21:28:24 PDT 2007
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm,1.190,1.191
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.51, 1.52 cust_svc.pm, 1.66, 1.67 svc_acct.pm, 1.224, 1.225 svc_Common.pm, 1.39, 1.40 cust_pkg.pm, 1.74, 1.75
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail:/tmp/cvs-serv15148/httemplate/view/cust_main
Modified Files:
packages.html
Log Message:
usage suspend vs admin suspend -- avoid actual cust_pkg::suspend except legacy cases
Index: packages.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- packages.html 9 Feb 2007 04:37:44 -0000 1.20
+++ packages.html 11 Apr 2007 04:28:22 -0000 1.21
@@ -270,12 +270,15 @@
<% pkg_datestr($cust_pkg, 'setup', $conf) %>
</TR>
% } else {
-
-
+% if (scalar($cust_pkg->overlimit)) {
+ <TR>
+ <TD COLSPAN=<%$colspan%>><FONT COLOR="#FFD000"><B>Overlimit</B></FONT>, <% $billed_or_prepaid %> <% myfreq($part_pkg) %></TD>
+ </TR>
+%}else{
<TR>
<TD COLSPAN=<%$colspan%>><FONT COLOR="#00CC00"><B>Active</B></FONT>, <% $billed_or_prepaid %> <% myfreq($part_pkg) %></TD>
</TR>
-
+% }
<TR>
<TD WIDTH="<%$width%>" ALIGN="right">Setup </TD>
<% pkg_datestr($cust_pkg, 'setup', $conf) %>
@@ -347,6 +350,13 @@
</TR>
<TR>
+ <TD ALIGN="right" COLSPAN="2" VALIGN="top" STYLE="padding-bottom:1px;padding-top:0px"><FONT SIZE="-2" COLOR="#FFD000">
+
+ <% $cust_svc->overlimit ? "Overlimit: ". time2str('%b %o %Y' . ($conf->exists('cust_pkg-display_times') ? ' %l:%M %P' : ''), $cust_svc->overlimit) : '' %>
+ </FONT></TD>
+ </TR>
+
+ <TR>
<TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px;padding-top:0px"><FONT SIZE="-2">
% if ( $curuser->access_right('Recharge customer service')
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm,1.190,1.191
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.51, 1.52 cust_svc.pm, 1.66, 1.67 svc_acct.pm, 1.224, 1.225 svc_Common.pm, 1.39, 1.40 cust_pkg.pm, 1.74, 1.75
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list