From: Fernando Kiernan Date: Thu, 9 Jan 2014 21:15:44 +0000 (-0300) Subject: - Fix delete credit access on payment history. X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bb6ff4c824ea551497def573a548035238980ed5 - 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 141a0790e..a00538416 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', )