summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-04-13 10:21:38 -0700
committerIvan Kohler <ivan@freeside.biz>2015-04-13 10:21:38 -0700
commit3599ddd6c7990976c7c7a902255fa81a58d2bbe0 (patch)
tree26cc6366e0c4a1bd05094fffe9397160303d8b62 /httemplate
parent9e138f11de764031d4b67ec2c87a5ccda2dd7fbc (diff)
fix payment amount search, RT#34471
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/search/elements/cust_pay_or_refund.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/cust_pay_or_refund.html b/httemplate/search/elements/cust_pay_or_refund.html
index 699266d0f..0e3fce303 100755
--- a/httemplate/search/elements/cust_pay_or_refund.html
+++ b/httemplate/search/elements/cust_pay_or_refund.html
@@ -437,7 +437,7 @@ if ( $cgi->param('magic') ) {
"$table.void_date <= $v_ending";
}
- push @search, FS::UI::Web::parse_lt_gt($cgi, "$table.$amount_field" );
+ push @search, FS::UI::Web::parse_lt_gt($cgi, $amount_field, $table);
$orderby = '_date';