delete comment

This commit is contained in:
kittapath 2024-12-15 20:40:11 +07:00
parent 0c7c3361f6
commit 640668decb
3 changed files with 11 additions and 3 deletions

View file

@ -817,7 +817,7 @@ export class WorkflowController extends Controller {
orgRootId: posMasterUser.orgRootId,
};
if (type.trim().toLowerCase() == "OPERATE") {
if (type.trim().toUpperCase() == "OPERATE") {
} else {
if (
(posMasterUser.current_holder.posType.posTypeName == "ทั่วไป" &&