Merge branch 'develop'
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s

This commit is contained in:
puriphatt 2025-09-25 10:18:48 +07:00
commit 1249f67a0f

View file

@ -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(