From e8971845cd215f49806457f25fbf9b43d8b5c505 Mon Sep 17 00:00:00 2001
From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com>
Date: Wed, 27 Nov 2024 14:29:25 +0700
Subject: [PATCH] feat: add default remark template for quotation
---
src/pages/05_quotation/form.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/05_quotation/form.ts b/src/pages/05_quotation/form.ts
index 3a51506c..1f119269 100644
--- a/src/pages/05_quotation/form.ts
+++ b/src/pages/05_quotation/form.ts
@@ -37,7 +37,7 @@ const DEFAULT_DATA: QuotationPayload = {
registeredBranchId: '',
_count: { worker: 0 },
status: 'CREATED',
- remark: undefined,
+ remark: '#[quotation-labor]
#[quotation-payment]',
};
const DEFAULT_DATA_INVOICE: InvoicePayload = {