FIXED: Remove condition to show accountancy field on user.
This commit is contained in:
parent
1ca4e377d5
commit
ce247432ee
@ -1319,12 +1319,9 @@ else
|
|||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|
||||||
// Accountancy code
|
// Accountancy code
|
||||||
if (! empty($conf->global->USER_ENABLE_ACCOUNTANCY_CODE)) // For the moment field is not used so must not appeared.
|
$rowspan++;
|
||||||
{
|
print '<tr><td valign="top">'.$langs->trans("AccountancyCode").'</td>';
|
||||||
$rowspan++;
|
print '<td colspan="2">'.$object->accountancy_code.'</td>';
|
||||||
print '<tr><td valign="top">'.$langs->trans("AccountancyCode").'</td>';
|
|
||||||
print '<td colspan="2">'.$object->accountancy_code.'</td>';
|
|
||||||
}
|
|
||||||
|
|
||||||
// Color user
|
// Color user
|
||||||
if (! empty($conf->agenda->enabled))
|
if (! empty($conf->agenda->enabled))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user