From 71e400a809216e15c40fc50ff6e1cab89d77f15c Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Thu, 31 Oct 2024 13:40:31 +0700 Subject: [PATCH] refactor: add installment name for custom installment --- src/pages/05_quotation/form.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/05_quotation/form.ts b/src/pages/05_quotation/form.ts index fb2ef090..8a2d3211 100644 --- a/src/pages/05_quotation/form.ts +++ b/src/pages/05_quotation/form.ts @@ -136,6 +136,7 @@ export const useQuotationForm = defineStore('form-quotation', () => { paySplit: data.paySplit.map((p, index) => ({ no: index + 1, invoiceId: p.invoiceId, + name: p.name, amount: p.amount, })), worker: data.worker.map((v) =>