Merge pull request #12787 from aspangaro/10.0_p30

FIX Loan card - Wrong language key used
This commit is contained in:
Laurent Destailleur 2020-01-03 20:42:01 +01:00 committed by GitHub
commit e83b71f271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))