no message

This commit is contained in:
Kittapath 2024-02-12 15:18:09 +07:00
parent 632dc300da
commit 7990efc12b

View file

@ -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,