qualification address handling changes, RT#7111
authorivan <ivan>
Sun, 20 Mar 2011 22:33:38 +0000 (22:33 +0000)
committerivan <ivan>
Sun, 20 Mar 2011 22:33:38 +0000 (22:33 +0000)
httemplate/elements/tr-select-cust_location.html

index a9c9382..1399240 100644 (file)
@@ -305,7 +305,7 @@ push @cust_location, $cust_location
 
 @cust_location = sort $location_sort grep !$_->disabled, @cust_location;
 
-$cust_location = $cust_location[0];
+$cust_location = $cust_location[0]
   if ( $prospect_main || $opt{'disable_empty'} )
   && !$opt{'is_optional'}
   && @cust_location;