This commit is contained in:
parent
925994dec6
commit
19e759fad9
1 changed files with 3 additions and 0 deletions
|
|
@ -5718,6 +5718,9 @@ export class CommandController extends Controller {
|
||||||
posNumCodeSit: _posNumCodeSit,
|
posNumCodeSit: _posNumCodeSit,
|
||||||
posNumCodeSitAbb: _posNumCodeSitAbb,
|
posNumCodeSitAbb: _posNumCodeSitAbb,
|
||||||
});
|
});
|
||||||
|
if(orgRevisionRef){
|
||||||
|
await CreatePosMasterHistoryOfficer(orgRevisionRef.id, req, "DELETE");
|
||||||
|
}
|
||||||
await removeProfileInOrganize(profile.id, "OFFICER");
|
await removeProfileInOrganize(profile.id, "OFFICER");
|
||||||
const clearProfile = await checkCommandType(String(item.commandId));
|
const clearProfile = await checkCommandType(String(item.commandId));
|
||||||
const _null: any = null;
|
const _null: any = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue