fix: refs #8388 remove unnecessary condition for unbooking invoice #1404

Open
jorgep wants to merge 2 commits from 8388-fixUnbook into dev
1 changed files with 1 additions and 1 deletions

View File

@ -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() {