no message
This commit is contained in:
parent
33533d5638
commit
d18d28cb5b
7 changed files with 26 additions and 20 deletions
|
|
@ -4480,7 +4480,7 @@ export class CommandController extends Controller {
|
|||
];
|
||||
const _organization = organization
|
||||
.filter((part) => part !== undefined && part !== null)
|
||||
.join("/");
|
||||
.join(" ");
|
||||
|
||||
const organizationNew = [
|
||||
posMasterAct.posMaster?.current_holder?.position ?? null,
|
||||
|
|
@ -4492,7 +4492,7 @@ export class CommandController extends Controller {
|
|||
];
|
||||
const _organizationNew = organizationNew
|
||||
.filter((part) => part !== undefined && part !== null)
|
||||
.join("/");
|
||||
.join(" ");
|
||||
var _data = {
|
||||
no: Extension.ToThaiNumber((i + 1).toString()),
|
||||
fullName: `${item.Prefix ?? ""}${item.FirstName ?? ""} ${item.LastName ?? ""}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue