From: Ivan Kohler Date: Tue, 8 Nov 2016 00:14:22 +0000 (-0800) Subject: fix qualification link fallout from popup changes ... don't think anyone is using... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=52c4764eafbb02a1ee74f983ece53b07306e1dde fix qualification link fallout from popup changes ... don't think anyone is using these and they still worked, but less ugly now --- diff --git a/httemplate/view/cust_main/qual_link.html b/httemplate/view/cust_main/qual_link.html index b8dfaf9b2..26785257f 100644 --- a/httemplate/view/cust_main/qual_link.html +++ b/httemplate/view/cust_main/qual_link.html @@ -1,6 +1,6 @@ <% include( '/elements/popup_link-cust_main.html', 'action' => $p. 'misc/qual.html', - 'label' => 'New Qualification', + 'label' => 'New Qualification', 'actionlabel' => 'New Qualification', 'color' => '#333399', 'cust_main' => $cust_main, diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html index 8c93d6c02..2fde797c6 100644 --- a/httemplate/view/prospect_main.html +++ b/httemplate/view/prospect_main.html @@ -69,7 +69,7 @@ % if ( $curuser->access_right('Qualify service') ) { <% include( '/elements/popup_link-prospect_main.html', 'action' => $p. 'misc/qual.html', - 'label' => 'New Qualification', + 'label' => 'New Qualification', 'actionlabel' => 'New Qualification', 'color' => '#333399', 'prospect_main' => $prospect_main,