Fix: Error with language key

This commit is contained in:
aspangaro 2016-10-15 06:56:38 +02:00
parent ac60dfa883
commit 49e2b1ffdb
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Loan=Loan
Loans=Loans Loans=Loans
NewLoan=New Loan NewLoan=New Loan
ShowLoan=Show Loan ShowLoan=Show Loan
PaymentLoan=Loan payment LoanPayment=Loan payment
ShowLoanPayment=Show Loan Payment ShowLoanPayment=Show Loan Payment
LoanCapital=Capital LoanCapital=Capital
Insurance=Insurance Insurance=Insurance

View File

@ -125,7 +125,7 @@ $head[$h][1] = $langs->trans("Card");
$hselected = $h; $hselected = $h;
$h++; $h++;
dol_fiche_head($head, $hselected, $langs->trans("PaymentLoan"), 0, 'payment'); dol_fiche_head($head, $hselected, $langs->trans("LoanPayment"), 0, 'payment');
/* /*
* Confirm deletion of the payment * Confirm deletion of the payment