[freeside-commits] branch FREESIDE_3_BRANCH updated. 3503a3527328d16733369027ecbe5c17908fa223

Ivan ivan at 420.am
Sat Jan 18 22:02:06 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  3503a3527328d16733369027ecbe5c17908fa223 (commit)
      from  6a3a20c5296299b420a6eeb7190d61c77544aa38 (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 3503a3527328d16733369027ecbe5c17908fa223
Author: Fernando Kiernan <fkiernan at id.net.ar>
Date:   Thu Jan 9 18:15:44 2014 -0300

    - Fix delete credit access on payment history.

diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html
index 141a079..a005384 100644
--- a/httemplate/view/cust_main/payment_history.html
+++ b/httemplate/view/cust_main/payment_history.html
@@ -415,7 +415,7 @@ my %opt = (
         'Apply payment', 'Refund credit card payment', 'Refund Echeck payment',
         'Credit card void', 'Echeck void', 'Void payments', 'Unvoid payments',
         'Delete payment', 'Unapply payment',
-        'Apply credit', 'Delete Credit', 'Unapply credit',
+        'Apply credit', 'Delete credit', 'Unapply credit',
         'Delete refund',
         'Billing event reports', 'View customer billing events',
       )

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

Summary of changes:
 httemplate/view/cust_main/payment_history.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list