Merge branch 'develop'
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
This commit is contained in:
commit
1249f67a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue