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(