delete comment
This commit is contained in:
parent
0c7c3361f6
commit
640668decb
3 changed files with 11 additions and 3 deletions
|
|
@ -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 == "ทั่วไป" &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue