Fix: Add another key for bank rather than to modify one
This commit is contained in:
parent
df581d8973
commit
9ab0bfe905
@ -3,6 +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
|
LoanPayment=Loan payment
|
||||||
ShowLoanPayment=Show Loan Payment
|
ShowLoanPayment=Show Loan Payment
|
||||||
LoanCapital=Capital
|
LoanCapital=Capital
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?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
|
* 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
|
* 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;
|
$hselected = $h;
|
||||||
$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
|
* Confirm deletion of the payment
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user