This commit is contained in:
steve 2022-03-02 14:51:16 +01:00
parent e2f727ef55
commit 9900e5dd31

View File

@ -1592,12 +1592,6 @@ if ($action == 'create' || $action == 'adduserldap') {
print '</td></tr>';
}
// Accountancy code
//if (!empty($conf->accounting->enabled)) {
// print '<tr><td>'.$langs->trans("AccountancyCode").'</td>';
// print '<td>'.$object->accountancy_code.'</td></tr>';
//}
print '</table>';
print '</div>';