refactor(EntryControl): refs #8277 update dmsFk assignment to undefined for clarity
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-04-01 17:44:49 +02:00
parent 3120ca93e6
commit a92cbeb95d
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ async function createInvoice(isAgricultural) {
} finally {
table.value.reload();
supplierRef = null;
dmsFk = null;
dmsFk = undefined;
selectedRows.value.length = 0;
}
}