Fix filtraggio + fix trascriziones tati
This commit is contained in:
@@ -47,14 +47,7 @@ namespace NKC_WF.WebUserControls
|
||||
/// <returns></returns>
|
||||
public string BStatus(object _status)
|
||||
{
|
||||
string answ = "nd";
|
||||
try
|
||||
{
|
||||
var bStatus = Enum.Parse(typeof(ComLib.BatchStatus), _status.ToString());
|
||||
answ = bStatus.ToString();
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
string answ = ComLib.BatchStatusDescr(_status);
|
||||
return answ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user