debugging aid
authorMark Wells <mark@freeside.biz>
Wed, 10 Sep 2014 05:34:28 +0000 (22:34 -0700)
committerMark Wells <mark@freeside.biz>
Wed, 10 Sep 2014 19:38:50 +0000 (12:38 -0700)
httemplate/search/elements/search.html

index 8f62720..e6309ea 100644 (file)
@@ -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 });
                            }