X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select-cust_location.html;fp=httemplate%2Felements%2Ftr-select-cust_location.html;h=7a5b43bb8aac8ea98f8177aa42d25cb9100d13be;hp=abaaa5b42dbeb306ca2812a2f0db2d169eca1751;hb=aeb90ade381fc3d5477db0334048c2af623fccfe;hpb=167dbdad01e2c1b62fd9be43cc05212e8c874a02 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)