summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorDavid Houghton <houghton@freeside.biz>2014-09-10 15:54:31 -0400
committerDavid Houghton <houghton@freeside.biz>2014-09-10 15:54:31 -0400
commit55a9939e17ab945d00336317b9842f17cc27ba6e (patch)
tree4fd48c9f05bd91cf9a5c5a0ae2c743dfd6f7fc2c /httemplate
parent15b214cb34630925ff42e4252b74403fff77e7c0 (diff)
parent67622d2fde244b52fdca6a4ba4b98e2453f7986a (diff)
Merge branch 'master' of git+ssh://git.freeside.biz/home/git/freeside
Making my local master match the remote.
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/elements/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/search.html b/httemplate/search/elements/search.html
index 8f6272030..e6309eab8 100644
--- a/httemplate/search/elements/search.html
+++ b/httemplate/search/elements/search.html
@@ -432,7 +432,7 @@ if ( ref($opt{query}) ) {
}
#eval "use FS::$opt{'query'};";
- my @param = qw( select table addl_from hashref extra_sql order_by );
+ my @param = qw( select table addl_from hashref extra_sql order_by debug );
$rows = [ qsearch( [ map { my $query = $_;
({ map { $_ => $query->{$_} } @param });
}