เพิ่มคำสั่งขอลาออกไปรับราชการทหาร #248
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m8s

This commit is contained in:
harid 2026-06-11 11:46:24 +07:00
parent 0a874798bd
commit a422651e03
2 changed files with 4 additions and 2 deletions

View file

@ -703,6 +703,8 @@ export function commandTypePath(commandCode: string): string | null {
return "/salary/report/command36/employee/report"; //SALARY
case "C-PM-47":
return "/placement/appointment/gazette/report";
case "C-PM-48":
return "/retirement/resign/command48/report";
default:
return null;
}