fix: wrong noti group
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 7s

This commit is contained in:
Methapon2001 2025-03-25 14:20:45 +07:00
parent c6c187b8d3
commit c2b4602290

View file

@ -653,7 +653,7 @@ export class QuotationController extends Controller {
title: "ใบเสนอราคาใหม่ / New Quotation",
detail: "รหัส / code : " + ret.code,
registeredBranchId: ret.registeredBranchId,
groupReceiver: { create: [{ name: "accountant" }, { name: "head_of_accountant" }] },
groupReceiver: { create: [{ name: "sale" }, { name: "head_of_sale" }] },
},
});