no message
This commit is contained in:
parent
966d565ac6
commit
19e23bd8b1
2 changed files with 38 additions and 24 deletions
|
|
@ -995,7 +995,7 @@ export class EmployeePositionController extends Controller {
|
|||
where: {
|
||||
posMasterId: posMaster.id,
|
||||
},
|
||||
relations: ["posLevel", "posType", "posExecutive"],
|
||||
relations: ["posLevel", "posType"],
|
||||
});
|
||||
|
||||
let profile: any;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue