no message
This commit is contained in:
parent
632dc300da
commit
7990efc12b
1 changed files with 2 additions and 1 deletions
|
|
@ -2481,6 +2481,7 @@ export class ReportController extends Controller {
|
|||
: positionMasterProfileOld.positions.find(
|
||||
(x: any) => x.positionIsSelected == true,
|
||||
)?.posExecutive?.posExecutiveName,
|
||||
|
||||
profileFullname: `${posMaster.next_holder.prefix}${posMaster.next_holder.firstName} ${posMaster.next_holder.lastName}`,
|
||||
};
|
||||
if (_node == null) {
|
||||
|
|
@ -2497,7 +2498,7 @@ export class ReportController extends Controller {
|
|||
no: no,
|
||||
posMasterNo: node.posMasterNo,
|
||||
profileFullname: node.profileFullname,
|
||||
posExecutive: node.posExecutive,
|
||||
posExecutive: node.posExecutive == undefined ? "" : node.posExecutive,
|
||||
positionName: node.positionName,
|
||||
posType: node.posType,
|
||||
posLevel: node.posLevel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue