summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-cust_location.html
diff options
context:
space:
mode:
authorivan <ivan>2009-01-19 06:39:10 +0000
committerivan <ivan>2009-01-19 06:39:10 +0000
commit2e889e2946c6afd92457e942defc9ff43fe8e8b4 (patch)
treeef3ce881a9c18ccdd52cc0a8031c26c554eeca5a /httemplate/elements/tr-select-cust_location.html
parent1f50f77801a29ac4a5fd2de930a4530e85a34cdd (diff)
default service location is cust_main ship_ address when present! RT#4499
Diffstat (limited to 'httemplate/elements/tr-select-cust_location.html')
-rw-r--r--httemplate/elements/tr-select-cust_location.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-cust_location.html b/httemplate/elements/tr-select-cust_location.html
index 1c0891b66..da16dfe1c 100644
--- a/httemplate/elements/tr-select-cust_location.html
+++ b/httemplate/elements/tr-select-cust_location.html
@@ -171,7 +171,7 @@ if ( $locationnum && $locationnum != -1 ) {
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;
}
}