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 = {