diff --git a/src/pages/InvoiceIn/Card/InvoiceInDescriptor.vue b/src/pages/InvoiceIn/Card/InvoiceInDescriptor.vue index 2c52f2d2f..596ae5227 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInDescriptor.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInDescriptor.vue @@ -209,7 +209,7 @@ async function toUnbook() { : t('isNotLinked', { bookEntry }); quasar.notify({ type, message }); - store.data.isBooked = false; + if (!isLinked) store.data.isBooked = false; } async function deleteInvoice() {