checkpoint

This commit is contained in:
AdisakKanthawilang 2024-05-28 13:35:01 +07:00
parent 2dac48cb81
commit 4e3235ec2b

View file

@ -1974,6 +1974,9 @@ export class ProfileController extends Controller {
const child4Holder = item.current_holders?.find(
(x) => x.orgRevisionId == findRevision.id,
)?.orgChild4;
const posMasterNo = item.current_holders?.find(
(x) => x.orgRevisionId == findRevision.id,
)?.posMasterNo;
return {
id: item.id,
@ -2007,7 +2010,7 @@ export class ProfileController extends Controller {
child3ShortName: child3Holder?.orgChild3ShortName ?? null,
child4: child4Holder?.orgChild4Name ?? null,
child4Id: child4Holder?.id ?? null,
child4ShortName: child4Holder?.orgChild4ShortName ?? null,
// posMasterNo: posMasterNo,
};
}),
);