diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-18 14:35:16 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-18 14:35:16 -0800 |
commit | 844cadb72e5e37ba0c78ffc8b6f2eded669b2226 (patch) | |
tree | 8be48dfc7beacb5d179c4b4c531bd57f24c77a23 /FS/bin | |
parent | 82f76d01660b785f6c4ea13ba547c93c1c2c404d (diff) |
qualify columns by default in 4.x (experiment?), RT#20688, RT#22232
Diffstat (limited to 'FS/bin')
-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', |