fix reset ricerca clienti/progetto su elenco commesse/fasi in sposta commesse/fasi
This commit is contained in:
Binary file not shown.
@@ -85,7 +85,9 @@ namespace PROJ_ETS.WebUserControls
|
||||
fasiTo.idxProgetto = Convert.ToInt32(ddlProgettiTo.SelectedValue);
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
{
|
||||
fasiTo.idxProgetto = -1;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// aggiorno elenco progetti FROM
|
||||
@@ -103,7 +105,9 @@ namespace PROJ_ETS.WebUserControls
|
||||
fasiFrom.idxProgetto = Convert.ToInt32(ddlProgettiFrom.SelectedValue);
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
{
|
||||
fasiTo.idxProgetto = -1;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user