forked from verdnatura/salix-front
fix: refs #5186 validation
This commit is contained in:
parent
0b44d08808
commit
de6f85eba7
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue