summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-24 18:12:40 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-24 18:12:40 -0800
commit04192606902f3e675dcd040b489915eb4a40b635 (patch)
treed500cc1ba3c4211cdda590aa7a50bbb78d3ddd94
parentdfd453ff15d864eb9c280b1cad79946ecc49034f (diff)
fix accidental broken popup link
-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 ) {