@timschofield :
When installing the new HR module, the 53.php updates the department table, adding some fields. OK.
The Script HRDepartments.php takes care of the maintenance of the departments table, but we do still have the old Departments.php that maintains the same table, but the new fields are not maintained there.
So, I guess we should remove the old Departments.php script from webERP, and make the old menu item Setup -> Maintain Internal Departments to point as well to the new HRDepartments.php
or, rename the new HRDepartments.php as Departments.php
Anyway, we have now 2 scripts to maintain the same table and one of them is obsolete.
R
@timschofield :
When installing the new HR module, the 53.php updates the department table, adding some fields. OK.
The Script HRDepartments.php takes care of the maintenance of the departments table, but we do still have the old Departments.php that maintains the same table, but the new fields are not maintained there.
So, I guess we should remove the old Departments.php script from webERP, and make the old menu item Setup -> Maintain Internal Departments to point as well to the new HRDepartments.php
or, rename the new HRDepartments.php as Departments.php
Anyway, we have now 2 scripts to maintain the same table and one of them is obsolete.
R