fix accidental broken popup link
authorIvan Kohler <ivan@freeside.biz>
Sat, 25 Jan 2014 02:12:39 +0000 (18:12 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sat, 25 Jan 2014 02:12:39 +0000 (18:12 -0800)
httemplate/search/elements/cust_pay_or_refund.html

index c272a16..339fddb 100755 (executable)
@@ -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 ) {