From 5bd7552215c77573b07e9775d7d63f70b0a55fd1 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 24 Jan 2014 18:12:39 -0800 Subject: fix accidental broken popup link --- httemplate/search/elements/cust_pay_or_refund.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/search/elements') diff --git a/httemplate/search/elements/cust_pay_or_refund.html b/httemplate/search/elements/cust_pay_or_refund.html index c272a1614..339fddb7e 100755 --- a/httemplate/search/elements/cust_pay_or_refund.html +++ b/httemplate/search/elements/cust_pay_or_refund.html @@ -167,7 +167,7 @@ push @links, '', ''; push @fields, 'payby_payinfo_pretty', sub { sprintf('$%.2f', shift->$amount_field() ) }, ; -push @link_onclicks, $sub_receipt, '', +push @link_onclicks, $sub_receipt, ''; push @sort_fields, '', $amount_field; if ( $unapplied ) { -- cgit v1.2.1