diff --git a/src/pages/InvoiceIn/Card/InvoiceInDescriptorMenu.vue b/src/pages/InvoiceIn/Card/InvoiceInDescriptorMenu.vue index 8b039ec27..d47d6cd41 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInDescriptorMenu.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInDescriptorMenu.vue @@ -89,7 +89,7 @@ async function toUnbook() { : t('isNotLinked', { bookEntry, accountingEntries }); quasar.notify({ type, message }); - if (!isLinked) arrayData.store.data.isBooked = false; + arrayData.store.data.isBooked = false; } async function deleteInvoice() {