[freeside-commits] branch master updated. 553e304b45d3f8467c43754ad2e15d01758ac1fe

Ivan ivan at 420.am
Wed Feb 4 20:19:08 PST 2015


The branch, master has been updated
       via  553e304b45d3f8467c43754ad2e15d01758ac1fe (commit)
      from  9a68154cc0885d05815f5d7e4ab4a64e65a8d45b (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 553e304b45d3f8467c43754ad2e15d01758ac1fe
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 4 20:19:03 2015 -0800

    fix contact seletor, fallout from #27943 changes

diff --git a/httemplate/elements/tr-select-contact.html b/httemplate/elements/tr-select-contact.html
index 0bfa893..4eb8a98 100644
--- a/httemplate/elements/tr-select-contact.html
+++ b/httemplate/elements/tr-select-contact.html
@@ -139,7 +139,7 @@ if ( $cgi->param('error') ) {
     $contactnum = $opt{'curr_value'};
   } elsif ($prospect_main) {
     my @prospect_contact = $prospect_main->prospect_contact;
-    $contactnum = $prospect_contact[0]->contactnum if scalar(@cust_contact)==1;
+    $contactnum = $prospect_contact[0]->contactnum if scalar(@prospect_contact)==1;
   } else { #$cust_main
     $cgi->param('contactnum') =~ /^(\-?\d*)$/ or die "illegal contactnum";
     $contactnum = $1;

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

Summary of changes:
 httemplate/elements/tr-select-contact.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list