summaryrefslogtreecommitdiff
path: root/httemplate/search/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-24 18:12:39 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-24 18:12:39 -0800
commit5bd7552215c77573b07e9775d7d63f70b0a55fd1 (patch)
treed70c9e75f8bf2468d3df7bc028e9357ade102753 /httemplate/search/elements
parent150adef6214fdcc00c18e03c11d7ea17a96d9105 (diff)
fix accidental broken popup link
Diffstat (limited to 'httemplate/search/elements')
-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 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 ) {