0
0
Fork 0

refactor: refs #6739 deleted useless const

This commit is contained in:
Jon Elias 2024-05-23 15:08:03 +02:00
parent 08ac9c5931
commit f0b1919157
1 changed files with 0 additions and 5 deletions

View File

@ -29,15 +29,10 @@ const transferInvoiceParams = reactive({
refFk: $props.invoiceOutData?.ref,
});
const closeButton = ref(null);
const rectificativeTypeOptions = ref([]);
const siiTypeInvoiceOutsOptions = ref([]);
const invoiceCorrectionTypesOptions = ref([]);
const closeForm = () => {
if (closeButton.value) closeButton.value.click();
};
const selectedClient = (client) => {
transferInvoiceParams.selectedClientData = client;
};