Merge pull request #12787 from aspangaro/10.0_p30
FIX Loan card - Wrong language key used
This commit is contained in:
commit
e83b71f271
@ -624,7 +624,7 @@ if ($id > 0)
|
||||
else
|
||||
{
|
||||
print '<td class="nowrap">';
|
||||
print $langs->trans("LoanAccountancyCapitalCode");
|
||||
print $langs->trans("LoanAccountancyInsuranceCode");
|
||||
print '</td><td>';
|
||||
|
||||
if (! empty($conf->accounting->enabled))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user