diff options
Diffstat (limited to 'FS/bin/freeside-censustract-update')
-rw-r--r-- | FS/bin/freeside-censustract-update | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/bin/freeside-censustract-update b/FS/bin/freeside-censustract-update index af9ad749b..f9b6d1197 100644 --- a/FS/bin/freeside-censustract-update +++ b/FS/bin/freeside-censustract-update @@ -26,6 +26,7 @@ $date ||= time; # Find all locations that, as of $date, did not have # censusyear = the current year. This includes those # that have no censusyear. +local($FS::Record::qsearch_qualify_columns) = 0; my %h_cust_location = map { $_->locationnum => $_ } qsearch( 'h_cust_location', |