fix creazione su singola squadra (errore check con indexof ",")
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -80,7 +80,7 @@ namespace WebSCR.WebUserControls
|
||||
// se ho 1 sola squadra selezionata...
|
||||
//if(rblSquadre.SelectedIndex >= 0)
|
||||
//if (mod_selSquadre.selected.Count == 1)
|
||||
if (memLayer.ML.StringSessionObj("elencoSquadre").IndexOf(",") > 0)
|
||||
if (memLayer.ML.StringSessionObj("elencoSquadre").Length > 0)
|
||||
{
|
||||
// recupero OC se in sessione...
|
||||
string doc = memLayer.ML.StringSessionObj("currDoc");
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user