summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-table.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-04 11:35:52 -0800
committerIvan Kohler <ivan@freeside.biz>2016-03-04 11:35:52 -0800
commitf21e3fcff8667f90efcb262e4290937212a21e95 (patch)
tree63adbb95d3003f518744382d162c28a5b9eccad6 /httemplate/elements/select-table.html
parente75e33aecdc0a432e57d6dd6278a361e0d3bd950 (diff)
optimize package list on order new package, RT#39822
Diffstat (limited to 'httemplate/elements/select-table.html')
-rw-r--r--httemplate/elements/select-table.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/select-table.html b/httemplate/elements/select-table.html
index 4b6ddb40e..d7ec015f3 100644
--- a/httemplate/elements/select-table.html
+++ b/httemplate/elements/select-table.html
@@ -182,6 +182,7 @@ if ( $opt{'records'} ) {
unless $opt{'presorted'};
} else {
@records = qsearch( {
+ 'select' => $opt{'select'} || '*',
'table' => $opt{'table'},
'addl_from' => $opt{'addl_from'},
'hashref' => $hashref,