Merge branch 'develop'

* develop:
  #2004
This commit is contained in:
Warunee Tamkoo 2025-11-24 20:47:53 +07:00
commit 0f96477cc6

View file

@ -5718,6 +5718,9 @@ export class CommandController extends Controller {
posNumCodeSit: _posNumCodeSit,
posNumCodeSitAbb: _posNumCodeSitAbb,
});
if(orgRevisionRef){
await CreatePosMasterHistoryOfficer(orgRevisionRef.id, req, "DELETE");
}
await removeProfileInOrganize(profile.id, "OFFICER");
const clearProfile = await checkCommandType(String(item.commandId));
const _null: any = null;