From b08a5e63e982f3150664a4a257783219de52f7d0 Mon Sep 17 00:00:00 2001 From: jgallego Date: Thu, 3 Oct 2024 08:29:26 +0200 Subject: [PATCH] fix: inheritWarehouse --- src/components/RefundInvoiceForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/RefundInvoiceForm.vue b/src/components/RefundInvoiceForm.vue index c21c892dd..9d9f0cff1 100644 --- a/src/components/RefundInvoiceForm.vue +++ b/src/components/RefundInvoiceForm.vue @@ -24,9 +24,9 @@ const { notify } = useNotify(); const rectificativeTypeOptions = ref([]); const siiTypeInvoiceOutsOptions = ref([]); -const inheritWarehouse = ref(true); const invoiceParams = reactive({ id: $props.invoiceOutData?.id, + inheritWarehouse: true, }); const invoiceCorrectionTypesOptions = ref([]); @@ -138,7 +138,7 @@ const refund = async () => {
{{ t('Inherit warehouse tooltip') }}