[freeside-commits] branch master updated. 52c4764eafbb02a1ee74f983ece53b07306e1dde

Ivan ivan at 420.am
Mon Nov 7 16:14:23 PST 2016


The branch, master has been updated
       via  52c4764eafbb02a1ee74f983ece53b07306e1dde (commit)
      from  cee98c61a9317a0ce86fd7e625235c302cc0f056 (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 52c4764eafbb02a1ee74f983ece53b07306e1dde
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Nov 7 16:14:22 2016 -0800

    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 b8dfaf9..2678525 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 8c93d6c..2fde797 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,

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/cust_main/qual_link.html |    2 +-
 httemplate/view/prospect_main.html       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list