diff options
author | levinse <levinse> | 2011-05-17 00:37:21 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-17 00:37:21 +0000 |
commit | 5d5e197dd0c74b419a4c4cb0791bf23e68e4c3bb (patch) | |
tree | 3494b4ed82fb3ff3b6b86aeda44813ddaa039011 | |
parent | 7ef2ddadbd35cad8b9e65a3682e870230e5f8c89 (diff) |
internationalization/localization, RT12515
-rw-r--r-- | httemplate/view/cust_main/payment_history.html | 2 |
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 49d6ff4cd..a3b9b508b 100644 --- a/httemplate/view/cust_main/payment_history.html +++ b/httemplate/view/cust_main/payment_history.html @@ -178,7 +178,7 @@ <TH CLASS="grid" BGCOLOR="#cccccc"><% mt('Description') |h %></TH> <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1><% mt('Invoice') |h %></FONT></TH> <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1><% mt('Payment') |h %></FONT></TH> - <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>In-house Credit</FONT></TH> + <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1><% mt('In-house Credit') |h %></FONT></TH> <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1><% mt('Refund') |h %></FONT></TH> <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1><% mt('Balance') |h %></FONT></TH> </TR> |