fix crash duplica modifica

This commit is contained in:
zaccaria.majid
2022-11-23 17:47:11 +01:00
parent de374c410a
commit fa9f5557d2
2 changed files with 4 additions and 9 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
namespace MP.SPEC.Data
using MP.Data.DatabaseModels;
namespace MP.SPEC.Data
{
public class SelectPOdlParams
{
+1 -8
View File
@@ -283,14 +283,7 @@ namespace MP.SPEC.Pages
artSearch = value == null ? "" : value.CodArticolo;
}
}
private PODLModel? currRecordControlli
{
get => _currRecordControlli;
set
{
_currRecordControlli = value;
}
}
private PODLModel currRecordControlli = new PODLModel();
private bool isLoading { get; set; } = false;