mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-11 03:27:31 -04:00
- Move admin modules list from is_admin method to ADMIN_MODULES constant - Rename is_admin() to isAdmin() following CodeIgniter naming conventions - Rename can_modify_employee() to canModifyEmployee() following conventions - Update all callers in Employees controller and tests