feat: add thai text to notification
This commit is contained in:
parent
17b92b4012
commit
f583448e5f
4 changed files with 22 additions and 22 deletions
|
|
@ -231,8 +231,8 @@ export class QuotationPayment extends Controller {
|
|||
if (quotation.quotationStatus !== res.quotationStatus)
|
||||
await tx.notification.create({
|
||||
data: {
|
||||
title: "Quotation Status Updated",
|
||||
detail: res.code + " " + res.quotationStatus,
|
||||
title: "สถานะใบเสนอราคาเปลี่ยนแปลง / Quotation Status Updated",
|
||||
detail: "รหัส / code : " + res.code + " " + res.quotationStatus,
|
||||
receiverId: res.createdByUserId,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue