[freeside-commits] branch master updated. 5bd7552215c77573b07e9775d7d63f70b0a55fd1

Ivan ivan at 420.am
Fri Jan 24 18:12:40 PST 2014


The branch, master has been updated
       via  5bd7552215c77573b07e9775d7d63f70b0a55fd1 (commit)
      from  150adef6214fdcc00c18e03c11d7ea17a96d9105 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5bd7552215c77573b07e9775d7d63f70b0a55fd1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jan 24 18:12:39 2014 -0800

    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 c272a16..339fddb 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 ) {

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/elements/cust_pay_or_refund.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list