diff --git a/src/utils/string-template.ts b/src/utils/string-template.ts index 94ae0d2f..21579d3e 100644 --- a/src/utils/string-template.ts +++ b/src/utils/string-template.ts @@ -66,7 +66,7 @@ const templates = { return ( `${i + 1}. ` + `${employee.namePrefix}. ${employee.firstNameEN} ${employee.lastNameEN} `.toUpperCase() + - `(${branch.customer.customerType === 'PERS' ? `${branch.namePrefix}. ${branch.firstNameEN} ${branch.lastNameEN} `.toUpperCase() : branch.registerName})` + `(${branch.customer.customerType === 'PERS' ? `นายจ้าง ${branch.namePrefix}. ${branch.firstNameEN} ${branch.lastNameEN} `.toUpperCase() : branch.registerName})` ); }); return [`- ${item.product.name} ราคา ${price} บาท`, '', ...list].join(