From: Ivan Kohler Date: Sat, 25 Jan 2014 02:12:40 +0000 (-0800) Subject: fix accidental broken popup link X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=04192606902f3e675dcd040b489915eb4a40b635;p=freeside.git fix accidental broken popup link --- 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 ) {