ProductBarcode: return more fields from DB (brand, model...)

- backend: change data structure returned to frontend
This commit is contained in:
Crumb Owl
2025-06-26 21:18:13 +00:00
parent 7c56bfb4ab
commit 6dbb243ba5
7 changed files with 13 additions and 13 deletions

View File

@@ -313,8 +313,8 @@
if(active.params)
{
form.name = active.params.name;
form.description = active.params.description;
form.name = active.params.item.name;
form.description = active.params.item.description;
}
if (labelId.value) {