From 844cadb72e5e37ba0c78ffc8b6f2eded669b2226 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 18 Jan 2015 14:35:16 -0800 Subject: qualify columns by default in 4.x (experiment?), RT#20688, RT#22232 --- FS/bin/freeside-censustract-update | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/bin/freeside-censustract-update') 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', -- cgit v1.2.1