Aggiunta registrazione tipii comvimento in mag

This commit is contained in:
Samuele Locatelli
2024-01-25 19:44:28 +01:00
parent f4f2c9bfec
commit 32999677ea
14 changed files with 379 additions and 261 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ namespace MagMan.UI.Controllers
{
try
{
await TService.ItemUpdate(nKey, item);
await TService.ItemUpdate(nKey, item, $"Key: {nKey}");
fatto = true;
}
catch (Exception exc)