fix visualizzazione preview (NO se errore)
This commit is contained in:
@@ -148,7 +148,8 @@ namespace NKC_WF.WebUserControls
|
||||
bool answ = false;
|
||||
int status = -1;
|
||||
int.TryParse(_status.ToString(), out status);
|
||||
if (status > 3 && status < 8)
|
||||
// solo stati 4 (nesting done), 5 (approvato), 6 (eliminazione logica)
|
||||
if (status > 3 && status < 7)
|
||||
{
|
||||
answ = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user