feat: add thai text to notification

This commit is contained in:
Methapon2001 2025-03-05 14:50:08 +07:00
parent 17b92b4012
commit f583448e5f
4 changed files with 22 additions and 22 deletions

View file

@ -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,
},
});