work around missing id, RT#83146
[freeside.git] / FS / bin / freeside-censustract-update
old mode 100644 (file)
new mode 100755 (executable)
index af9ad74..f9b6d11
@@ -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',