X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fselect-table.html;fp=httemplate%2Felements%2Fselect-table.html;h=d7ec015f3c48440e81e732728b8dd7e8e5a04914;hb=d256989a19dd100823d35a11929edb1ae07d9883;hp=4b6ddb40ea7b2ad98ca2f3ff7f13f18a34f56c17;hpb=9000d0d9daea14055bda2c28b3a33c5742930460;p=freeside.git 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,