[freeside-commits] freeside/httemplate/view/cust_main packages.html, 1.20.2.2, 1.20.2.3
Jeff Finucane,420,,
jeff at wavetail.420.am
Tue Jun 26 08:36:57 PDT 2007
- Previous message: [freeside-commits] freeside/httemplate/search cust_pkg.cgi, 1.42.2.1, 1.42.2.2 report_cust_pkg.html, 1.6.2.1, 1.6.2.2
- Next message: [freeside-commits] freeside/FS/FS AccessRight.pm, 1.19, 1.20 Schema.pm, 1.54, 1.55 cust_main.pm, 1.288, 1.289 cust_pkg.pm, 1.77, 1.78
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail:/tmp/cvs-serv2363/httemplate/view/cust_main
Modified Files:
Tag: FREESIDE_1_7_BRANCH
packages.html
Log Message:
suspend later just like expire (#1487)
Index: packages.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages.html,v
retrieving revision 1.20.2.2
retrieving revision 1.20.2.3
diff -u -d -r1.20.2.2 -r1.20.2.3
--- packages.html 19 Apr 2007 20:18:07 -0000 1.20.2.2
+++ packages.html 26 Jun 2007 15:36:54 -0000 1.20.2.3
@@ -299,6 +299,13 @@
<% pkg_datestr($cust_pkg, 'bill', $conf) %>
</TR>
% }
+% if ( $cust_pkg->get('adjourn') ) {
+
+ <TR>
+ <TD WIDTH="<%$width%>" ALIGN="right">Adjourns </TD>
+ <% pkg_datestr($cust_pkg, 'adjourn', $conf) %>
+ </TR>
+% }
% if ( $cust_pkg->get('expire') ) {
<TR>
@@ -315,6 +322,10 @@
( <% pkg_suspend_link($cust_pkg) %> )
% }
+% if ( $curuser->access_right('Suspend customer package later') ) {
+
+ ( <% pkg_adjourn_link($cust_pkg) %> )
+% }
% if ( $curuser->access_right('Cancel customer package immediately') ) {
( <% pkg_cancel_link($cust_pkg) %> )
@@ -489,7 +500,7 @@
%sub pkg_change_link { pkg_link('misc/change_pkg', 'Change package', @_ ); }
%
%sub pkg_suspend_link { pkg_popup_link( 'misc/cancel_pkg.html?method=suspend',
-% 'Suspend',
+% 'Suspend now',
% 'Suspend',
% @_
% );
@@ -505,6 +516,13 @@
% @_
% );
% }
+%sub pkg_adjourn_link { pkg_popup_link( 'misc/cancel_pkg.html?method=adjourn',
+% 'Suspend later',
+% 'Adjourn',
+% @_
+% );
+% }
+%
%sub pkg_expire_link { pkg_popup_link( 'misc/cancel_pkg.html?method=expire',
% 'Cancel later',
% 'Expire', #"Cancel package $num later"
- Previous message: [freeside-commits] freeside/httemplate/search cust_pkg.cgi, 1.42.2.1, 1.42.2.2 report_cust_pkg.html, 1.6.2.1, 1.6.2.2
- Next message: [freeside-commits] freeside/FS/FS AccessRight.pm, 1.19, 1.20 Schema.pm, 1.54, 1.55 cust_main.pm, 1.288, 1.289 cust_pkg.pm, 1.77, 1.78
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list