report/draft เพิ่ม citizenId
This commit is contained in:
parent
6b5a47213c
commit
3fc5a73947
1 changed files with 1 additions and 0 deletions
|
|
@ -4154,6 +4154,7 @@ export class PositionController extends Controller {
|
||||||
prefix: x.next_holder?.prefix || null,
|
prefix: x.next_holder?.prefix || null,
|
||||||
firstName: x.next_holder?.firstName || null,
|
firstName: x.next_holder?.firstName || null,
|
||||||
lastName: x.next_holder?.lastName || null,
|
lastName: x.next_holder?.lastName || null,
|
||||||
|
citizenId: x.next_holder?.citizenId || null,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue