fix errore duplicazione data corrente x ultima visita odierna...

This commit is contained in:
Samuele E. Locatelli
2014-08-05 18:29:56 +02:00
parent acb921fd97
commit e100b7bf7b
+1 -5
View File
@@ -15,11 +15,7 @@ namespace MedPred
{
// verifico se sia con parametro paziente o NEW...
string cmd = Request.QueryString["cmd"];
if (cmd == "" || cmd == null)
{
frmView.ChangeMode(FormViewMode.ReadOnly);
}
else if (cmd == "sel")
if (cmd == "" || cmd == null || cmd == "sel")
{
frmView.ChangeMode(FormViewMode.ReadOnly);
}