|
@@ -357,7 +357,7 @@ namespace OASystem.Domain.ViewModels.CRM
|
|
|
{
|
|
{
|
|
|
var lable = string.Empty;
|
|
var lable = string.Empty;
|
|
|
|
|
|
|
|
- if (OperationItem == OperationEnum.Add || OperationItem == OperationEnum.Details || OperationItem == OperationEnum.Edit)
|
|
|
|
|
|
|
+ if (OperationItem is OperationEnum.Add or OperationEnum.Details or OperationEnum.Edit or OperationEnum.Del)
|
|
|
{
|
|
{
|
|
|
if (!string.IsNullOrEmpty(Client))
|
|
if (!string.IsNullOrEmpty(Client))
|
|
|
{
|
|
{
|