feat: refs #6739 transferInvoice new checkbox and functionality #352

Merged
jon merged 28 commits from 6739-invoiceOut into dev 2024-06-25 12:46:21 +00:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit f0b1919157 - Show all commits

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;
};