fix unapplied payment report, RT#73048, fallout from #25944
[freeside.git] / httemplate / search / elements / report_cust_pay_or_refund.html
index 806746a..1cc77f7 100644 (file)
@@ -30,7 +30,7 @@ Examples:
   <& /elements/tr-select.html,
     label     => ucfirst(PL($name_singular)) . ' of type:',
     field     => 'payby',
-    options   => [ keys(\%payby) ],
+    options   => [ keys %payby ],
     labels    => \%payby,
     multiple  => 1,
     size      => 18,