feat: allow sale to manage

This commit is contained in:
Methapon2001 2025-07-04 13:26:26 +07:00
parent 1e0f97cdef
commit ced55b9518
11 changed files with 22 additions and 0 deletions

View file

@ -35,6 +35,8 @@ const MANAGE_ROLES = [
"branch_admin",
"branch_manager",
"branch_accountant",
"head_of_sale",
"sale",
];
function globalAllow(user: RequestWithUser["user"]) {