SPEC:
- fix gestione permessi x nagMan + check buttons
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user