[freeside-commits] freeside/httemplate/elements tr-select-cust_location.html, 1.3, 1.4

Ivan,,, ivan at wavetail.420.am
Sun Jan 18 22:39:12 PST 2009


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv25931/httemplate/elements

Modified Files:
	tr-select-cust_location.html 
Log Message:
default service location is cust_main ship_ address when present!  RT#4499

Index: tr-select-cust_location.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-cust_location.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tr-select-cust_location.html	19 Jan 2009 06:36:25 -0000	1.3
+++ tr-select-cust_location.html	19 Jan 2009 06:39:10 -0000	1.4
@@ -171,7 +171,7 @@
   if ( $locationnum == -1 ) {
     $cust_location->$_( $cgi->param($_) ) foreach @location_fields;
   } else {
-    $cust_location->$_( $cust_main->get($prefix.$_) foreach @location_fields;
+    $cust_location->$_( $cust_main->get($prefix.$_) ) foreach @location_fields;
   }
 }
 



More information about the freeside-commits mailing list