fix: new request does not trigger noti
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s

This commit is contained in:
Methapon2001 2025-07-16 12:54:52 +07:00
parent 46ba857e28
commit e4caeaa780

View file

@ -249,7 +249,7 @@ export class QuotationPayment extends Controller {
},
});
if (quotation.quotationStatus === "PaymentPending") {
if (quotation.quotationStatus === "PaymentInProcess") {
await prisma.notification.create({
data: {
title: "รายการคำขอใหม่ / New Request",