2.3.179
fix editing note
This commit is contained in:
@@ -225,6 +225,12 @@ namespace C2P.WebUserControls
|
||||
{
|
||||
e.InputParameters["KoReason"] = "NA";
|
||||
}
|
||||
// 2015.05.26 check note NON empty...
|
||||
// se note vuoto metto "-"
|
||||
if (e.InputParameters["Note"] == null || e.InputParameters["Note"].ToString()=="")
|
||||
{
|
||||
e.InputParameters["Note"] = "-";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -223,6 +223,12 @@ namespace C2P.WebUserControls
|
||||
{
|
||||
e.InputParameters["KoReason"] = "NA";
|
||||
}
|
||||
// 2015.05.26 check note NON empty...
|
||||
// se note vuoto metto "-"
|
||||
if (e.InputParameters["Note"] == null || e.InputParameters["Note"].ToString() == "")
|
||||
{
|
||||
e.InputParameters["Note"] = "-";
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user