X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpackages%2Flocation.html;h=c5ef10ee448920d21f04764f144aec2dd1de616f;hb=b4dd79750936de7aa6998cea77f9091cdbd67392;hp=871bfcbe76a124a5f392de645aab4105f82a6942;hpb=4bb41a18e2ad78c1422dca1298a6e6464c38f5fb;p=freeside.git diff --git a/httemplate/view/cust_main/packages/location.html b/httemplate/view/cust_main/packages/location.html index 871bfcbe7..c5ef10ee4 100644 --- a/httemplate/view/cust_main/packages/location.html +++ b/httemplate/view/cust_main/packages/location.html @@ -74,7 +74,7 @@ my $countrydefault = $opt{'countrydefault'} || 'US'; my $statedefault = $opt{'statedefault'} || ($countrydefault eq 'US' ? 'CA' : ''); -my $loc = $cust_pkg->cust_location_or_main; +my $loc = $cust_pkg->cust_location_or_main('_cache'=>$opt{cust_location_cache}); # dubious--they should all have a location now my $default = $cust_pkg->locationnum == $opt{'cust_main'}->ship_locationnum;