[freeside-commits] branch master updated. 565565d9c5ffe709f95e527c13d90741645ff1cc

Christopher Burger burgerc at freeside.biz
Wed Apr 17 07:51:22 PDT 2019


The branch, master has been updated
       via  565565d9c5ffe709f95e527c13d90741645ff1cc (commit)
      from  1d2cb271a07e021cef5d4cd2f4acf40f716d2daa (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 565565d9c5ffe709f95e527c13d90741645ff1cc
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Wed Apr 17 10:46:02 2019 -0400

    RT# 75357 - now new contact row in created in correct place

diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html
index 48b5e2ce2..599f6629d 100644
--- a/httemplate/elements/contact.html
+++ b/httemplate/elements/contact.html
@@ -206,6 +206,6 @@ my $js = qq(
       else { document.getElementById("changepw$id\_password").disabled = 'true'; }
       return false;
     }
-);
+) unless $opt{'for_prospect'};
 
 </%init>
diff --git a/httemplate/elements/tr-select-part_referral.html b/httemplate/elements/tr-select-part_referral.html
index 5041f7f73..4a9cafd01 100644
--- a/httemplate/elements/tr-select-part_referral.html
+++ b/httemplate/elements/tr-select-part_referral.html
@@ -11,7 +11,9 @@
     </FONT>
 %   } elsif ( scalar( @{$opt{'part_referrals'}} ) == 1 ) {
 
-     <INPUT TYPE="hidden" NAME="<% $opt{'element_name'} || $opt{'field'} || 'refnum' %>" VALUE="<% $opt{'part_referrals'}->[0]->refnum %>">
+     <TR><TD COLSPAN="<% $colspan %>">
+       <INPUT TYPE="hidden" NAME="<% $opt{'element_name'} || $opt{'field'} || 'refnum' %>" VALUE="<% $opt{'part_referrals'}->[0]->refnum %>">
+     </TD></TR>
 
 % } else { 
      <& /elements/tr-td-label.html, label => 'Advertising source', %opt &>

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

Summary of changes:
 httemplate/elements/contact.html                 | 2 +-
 httemplate/elements/tr-select-part_referral.html | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list