summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Kiernan <fkiernan@id.net.ar>2014-01-09 18:15:44 -0300
committerIvan Kohler <ivan@freeside.biz>2014-01-18 22:01:05 -0800
commitbb6ff4c824ea551497def573a548035238980ed5 (patch)
tree502e6739b1846af2f9d9e4459a7aba769a3a65f1
parent45f5f4dd2b7322613697da21c8a11627a44ff4d9 (diff)
- Fix delete credit access on payment history.
-rw-r--r--httemplate/view/cust_main/payment_history.html2
1 files changed, 1 insertions, 1 deletions
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',
)