[freeside-commits] freeside/httemplate/view/cust_main packages.html, 1.19, 1.20

Jason Hall jayce at wavetail.420.am
Thu Feb 8 20:37:46 PST 2007


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail:/tmp/cvs-serv351

Modified Files:
	packages.html 
Log Message:
Set the correct access right for the cancel link to work


Index: packages.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- packages.html	1 Feb 2007 03:08:39 -0000	1.19
+++ packages.html	9 Feb 2007 04:37:44 -0000	1.20
@@ -219,7 +219,7 @@
 
             (&nbsp;<% pkg_unsuspend_link($cust_pkg) %>&nbsp;)
 % } 
-% if ( $curuser->access_right('Cancel customer package') ) { 
+% if ( $curuser->access_right('Cancel customer package immediately') ) { 
 
             (&nbsp;<% pkg_cancel_link($cust_pkg) %>&nbsp;)
 % } 



More information about the freeside-commits mailing list