fix creazione su singola squadra (errore check con indexof ",")

This commit is contained in:
Samuele E. Locatelli
2015-09-04 11:55:11 +02:00
parent 588778bb57
commit 7cb5b9153c
12 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -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.