0
0
Fork 0

fix: refs #5186 validation

This commit is contained in:
Jorge Penadés 2024-03-11 13:49:23 +01:00
parent 0b44d08808
commit de6f85eba7
1 changed files with 1 additions and 1 deletions

View File

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