diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index d60d6a5..16fdc20 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -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" }] }, }, });