Fix: Error with language key
This commit is contained in:
parent
ac60dfa883
commit
49e2b1ffdb
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user