- fix gestione permessi x nagMan + check buttons
This commit is contained in:
Samuele Locatelli
2025-04-16 17:44:34 +02:00
parent 2747e11231
commit 71fc5a81d4
29 changed files with 291 additions and 186 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ namespace MP.Data.DbModels
public string KeyFilt { get; set; } = "-";
/// <summary>
/// Cod esterno ordine (KeyRif ordine ERP)
/// Cod esterno Ordine (KeyRif Ordine ERP)
/// </summary>
[MaxLength(50)]
public string CodOrd { get; set; } = "";
@@ -48,7 +48,7 @@ namespace MP.Data.DbModels
public string DescArt { get; set; } = "";
/// <summary>
/// Quantità articoli dell'ordine
/// Quantità articoli dell'Ordine
/// </summary>
public int Qta { get; set; } = 0;