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 /httemplate | |
parent | 82f76d01660b785f6c4ea13ba547c93c1c2c404d (diff) |
qualify columns by default in 4.x (experiment?), RT#20688, RT#22232
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/search/h_inventory_item.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/h_inventory_item.html b/httemplate/search/h_inventory_item.html index b0f9b8aa8..b5cac9ecc 100644 --- a/httemplate/search/h_inventory_item.html +++ b/httemplate/search/h_inventory_item.html @@ -60,6 +60,7 @@ my %agent = ('agentnum' => $agentnum) if $agentnum; my %class = ('classnum' => $classnum) if $classnum; my @rows = ( map {[ (0) x $numdays ]} @labels); +local($FS::Record::qsearch_qualify_columns) = 0; my $opening_balance = scalar( qsearch('h_inventory_item', { 'svcnum' => '', |