feat: enhance sales invoice processing with correction and return functionalities
This commit is contained in:
@@ -653,6 +653,8 @@ export async function onResult(
|
||||
data: attemptUpdatedData,
|
||||
})
|
||||
|
||||
console.log('attemptUpdatedData', attemptUpdatedData)
|
||||
|
||||
const updatedInvoice = await tx.salesInvoice.update({
|
||||
where: { id: invoice_id },
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user