fix: refs #8388 remove unnecessary condition for unbooking invoice
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-02-14 14:23:40 +01:00
parent 4492b9e70f
commit 4eebec9653
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() {