fix: new request does not trigger noti
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
This commit is contained in:
parent
46ba857e28
commit
e4caeaa780
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue