#6942 improve invoiceIn #220

Merged
jorgep merged 63 commits from 6942-improveInvoceIn into dev 2024-05-29 07:03:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit de6f85eba7 - Show all commits

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