0
0
Fork 0

feat: fix refund parameters

This commit is contained in:
Javi Gallego 2024-09-09 13:18:51 +02:00
parent 9e94cb2d36
commit 7c22a5d0ac
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ const invoiceCorrectionTypesOptions = ref([]);
const refund = async () => {
const params = {
id: invoiceParams.id,
withWarehouse: invoiceParams.inheritWarehouse,
cplusRectificationTypeFk: invoiceParams.cplusRectificationTypeFk,
siiTypeInvoiceOutFk: invoiceParams.siiTypeInvoiceOutFk,
invoiceCorrectionTypeFk: invoiceParams.invoiceCorrectionTypeFk,