From 9ab0bfe905708775e182d68ff1cd492bd2f015bb Mon Sep 17 00:00:00 2001
From: aspangaro <alexandre.spangaro@gmail.com>
Date: Sun, 16 Oct 2016 06:50:13 +0200
Subject: [PATCH] Fix: Add another key for bank rather than to modify one

---
 htdocs/langs/en_US/loan.lang | 1 +
 htdocs/loan/payment/card.php | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/htdocs/langs/en_US/loan.lang b/htdocs/langs/en_US/loan.lang
index 37832bc94d1..8c70dfc6fd2 100644
--- a/htdocs/langs/en_US/loan.lang
+++ b/htdocs/langs/en_US/loan.lang
@@ -3,6 +3,7 @@ Loan=Loan
 Loans=Loans
 NewLoan=New Loan
 ShowLoan=Show Loan
+PaymentLoan=Loan payment
 LoanPayment=Loan payment
 ShowLoanPayment=Show Loan Payment
 LoanCapital=Capital
diff --git a/htdocs/loan/payment/card.php b/htdocs/loan/payment/card.php
index 342bfd04a7a..cd98bb75b5b 100644
--- a/htdocs/loan/payment/card.php
+++ b/htdocs/loan/payment/card.php
@@ -1,5 +1,5 @@
 <?php
-/* Copyright (C) 2014		Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
+/* Copyright (C) 2014-2016	Alexandre Spangaro	<aspangaro.dolibarr@gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -125,7 +125,7 @@ $head[$h][1] = $langs->trans("Card");
 $hselected = $h;
 $h++;
 
-dol_fiche_head($head, $hselected, $langs->trans("LoanPayment"), 0, 'payment');
+dol_fiche_head($head, $hselected, $langs->trans("PaymentLoan"), 0, 'payment');
 
 /*
  * Confirm deletion of the payment
-- 
GitLab