From d8d02a679d6ff25de8654aaf6a4adcf0842f7be1 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 25 Sep 2025 10:14:22 +0700 Subject: [PATCH] fix: quotation payment date --- src/pages/05_quotation/PaymentForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/05_quotation/PaymentForm.vue b/src/pages/05_quotation/PaymentForm.vue index 8edacdc5..04c8d3a7 100644 --- a/src/pages/05_quotation/PaymentForm.vue +++ b/src/pages/05_quotation/PaymentForm.vue @@ -183,7 +183,7 @@ async function selectStatus( payment.paymentStatus = status; const payload = { paymentStatus: payment.paymentStatus, - date: new Date(payment.date), + date: new Date(), amount: payment.amount, }; const res = await quotationPayment.updateQuotationPayment(