2
0
forked from Wavyzz/dolibarr

typo on my previus patch MainAccountForSupplierssNotDefined -> MainAccountForSuppliersNotDefined

This commit is contained in:
Eric
2019-01-20 15:24:38 +01:00
parent 43277cb630
commit 13586ff3d8

View File

@@ -879,7 +879,7 @@ if (empty($action) || $action == 'view') {
$accountoshow = length_accounta($conf->global->ACCOUNTING_ACCOUNT_SUPPLIER);
if (($accountoshow == "") || $accountoshow == 'NotDefined')
{
print '<span class="error">'.$langs->trans("MainAccountForSupplierssNotDefined").'</span>';
print '<span class="error">'.$langs->trans("MainAccountForSuppliersNotDefined").'</span>';
}
else print $accountoshow;
print '</td>';