fix errore duplicazione data corrente x ultima visita odierna...
This commit is contained in:
+1
-5
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user