X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FRecord.pm;h=12e2d318f692baedd2df1b030b0a79ec1908c96e;hp=89957cb47833944472c51f384783d9c6fd0a4f50;hb=62b18c75989a1b00a25079f8f110992aaad81bba;hpb=e1424fa99483e7d5944dcd729f96ee43f7b6c10d diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index 89957cb47..12e2d318f 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -289,6 +289,11 @@ the individual PARAMS_HASHREF queries #regular FS::TABLE methods #on it. +C<$FS::Record::qsearch_qualify_columns> package global is disabled by default. +When enabled, the WHERE clause generated from the 'hashref' parameter has +the table name prepended to each column name. WHERE column = 'value' becomes +WHERE table.coumn = 'value' + =cut my %TYPE = (); #for debugging