[freeside-commits] branch master updated. f2afb8b625100d863650fbafdd1e850d0129d534
Ivan
ivan at 420.am
Thu Mar 3 18:45:40 PST 2016
The branch, master has been updated
via f2afb8b625100d863650fbafdd1e850d0129d534 (commit)
from 0769dd2b2f407d4b4b7f2864eb8690cd631c345b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f2afb8b625100d863650fbafdd1e850d0129d534
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Mar 3 18:45:39 2016 -0800
this was a v3 workaround until we could get to order package from any customer page, RT#39822
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index af611bb..3cd7d2b 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -54,9 +54,6 @@ function areyousure_popup(message, action, actionlabel) {
% if ( $view eq 'basics' ) {
% my $br = 0;
-% if ( $curuser->access_right('Order customer package') && $conf->exists('cust_main-enable_order_package') ) {
- | <& /elements/order_pkg_link.html, 'cust_main'=>$cust_main &>
-% }
% if ( $conf->config('cust_main-external_links') ) {
<% $br++ ? ' | ' : '' %>
-----------------------------------------------------------------------
Summary of changes:
httemplate/view/cust_main.cgi | 3 ---
1 file changed, 3 deletions(-)
More information about the freeside-commits
mailing list