[freeside-commits] freeside/httemplate/view/cust_main/packages location.html, 1.3, 1.4
Ivan,,,
ivan at wavetail.420.am
Sun Jan 18 15:43:42 PST 2009
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.120, 1.121 cust_bill_pkg.pm, 1.30, 1.31 cust_bill_pkg_tax_location.pm, NONE, 1.1 cust_main.pm, 1.400, 1.401 tax_rate.pm, 1.14, 1.15 cust_main_county.pm, 1.22, 1.23
- Next message: [freeside-commits] freeside/httemplate/search report_tax.cgi, 1.48, 1.49 cust_bill_pkg.cgi, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages
In directory wavetail.420.am:/tmp/cvs-serv10673/httemplate/view/cust_main/packages
Modified Files:
location.html
Log Message:
finish package location tax reporing, RT#4499
Index: location.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages/location.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- location.html 10 Jan 2009 23:56:59 -0000 1.3
+++ location.html 18 Jan 2009 23:43:40 -0000 1.4
@@ -19,7 +19,10 @@
</I>
-% if ($FS::CurrentUser::CurrentUser->access_right('Change customer package')) {
+% if ( ! $cust_pkg->get('cancel')
+% && $FS::CurrentUser::CurrentUser->access_right('Change customer package')
+% )
+% {
<FONT SIZE=-1>
( <%pkg_change_location_link($cust_pkg)%> )
</FONT>
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.120, 1.121 cust_bill_pkg.pm, 1.30, 1.31 cust_bill_pkg_tax_location.pm, NONE, 1.1 cust_main.pm, 1.400, 1.401 tax_rate.pm, 1.14, 1.15 cust_main_county.pm, 1.22, 1.23
- Next message: [freeside-commits] freeside/httemplate/search report_tax.cgi, 1.48, 1.49 cust_bill_pkg.cgi, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list