summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-cust_location.html
diff options
context:
space:
mode:
authorAlex Brelsfoard <alex@freeside.biz>2015-02-10 00:11:07 -0500
committerAlex Brelsfoard <alex@freeside.biz>2015-02-10 00:11:07 -0500
commitec7e8155fce544f19f2b6734476ed6db8c200aa9 (patch)
tree8b336b67d075006b6fcbcaa110307cc2413f5554 /httemplate/elements/tr-select-cust_location.html
parentd422d2530bda9de3af830f1e1ab1084061b486f5 (diff)
parent0238fd7aa7a92887970507346ac7e6ad8ed5492c (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/elements/tr-select-cust_location.html')
-rw-r--r--httemplate/elements/tr-select-cust_location.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-cust_location.html b/httemplate/elements/tr-select-cust_location.html
index abaaa5b42..7a5b43bb8 100644
--- a/httemplate/elements/tr-select-cust_location.html
+++ b/httemplate/elements/tr-select-cust_location.html
@@ -287,6 +287,8 @@ if ( $locationnum && $locationnum > 0 ) {
$cust_location->coord_auto('Y');
my $location_sort = sub {
+ #enabled w/label_prefix _location # $a->locationname cmp $b->locationname
+ # or
$a->country cmp $b->country
or lc($a->city) cmp lc($b->city)
or lc($a->address1) cmp lc($b->address1)