fix
This commit is contained in:
parent
45e4e0049d
commit
7066c5c00a
@ -52,7 +52,7 @@ namespace LawFirmBusinessLogic.BusinessLogics
|
||||
{
|
||||
model.DateImplement = viewModel.DateImplement;
|
||||
}
|
||||
CheckModel(model);
|
||||
CheckModel(model, false);
|
||||
if (_orderStorage.Update(model) == null)
|
||||
{
|
||||
model.Status--;
|
||||
|
Loading…
Reference in New Issue
Block a user