summaryrefslogtreecommitdiff
path: root/FS/bin
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-18 14:35:16 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-18 14:35:16 -0800
commit844cadb72e5e37ba0c78ffc8b6f2eded669b2226 (patch)
tree8be48dfc7beacb5d179c4b4c531bd57f24c77a23 /FS/bin
parent82f76d01660b785f6c4ea13ba547c93c1c2c404d (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-update1
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',