fix quotations vs. per-package contacts, RT#23165
authorIvan Kohler <ivan@freeside.biz>
Mon, 3 Jun 2013 18:44:07 +0000 (11:44 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 3 Jun 2013 18:44:07 +0000 (11:44 -0700)
httemplate/elements/tr-select-contact.html

index d6bc67f..e37d26d 100644 (file)
@@ -138,7 +138,7 @@ if ( $cgi->param('error') ) {
   if ( length($opt{'curr_value'}) ) {
     $contactnum = $opt{'curr_value'};
   } elsif ($prospect_main) {
-    my @cust_contact = $prospect_main->cust_contact;
+    my @cust_contact = $prospect_main->contact;
     $contactnum = $cust_contact[0]->contactnum if scalar(@cust_contact)==1;
   } else { #$cust_main
     $cgi->param('contactnum') =~ /^(\-?\d*)$/ or die "illegal contactnum";