diff --git a/MP-TAB/WebUserControls/cmp_ST_detail.ascx b/MP-TAB/WebUserControls/cmp_ST_detail.ascx index 3dda2cd5..75b144e2 100644 --- a/MP-TAB/WebUserControls/cmp_ST_detail.ascx +++ b/MP-TAB/WebUserControls/cmp_ST_detail.ascx @@ -18,8 +18,7 @@
- completare con interazione campi richiesti!!!
- NB: campi richiesti devono prevedere check con valore in tab specifica istanze ODL + completare con interazione campi richiesti!!! --> i campi richiesti devono prevedere check con valore in tab specifica istanze ODL
diff --git a/MP-TAB/WebUserControls/cmp_ST_objView.ascx.cs b/MP-TAB/WebUserControls/cmp_ST_objView.ascx.cs index ecea8b7a..9aeb0426 100644 --- a/MP-TAB/WebUserControls/cmp_ST_objView.ascx.cs +++ b/MP-TAB/WebUserControls/cmp_ST_objView.ascx.cs @@ -18,6 +18,7 @@ namespace MoonProTablet.WebUserControls set { hfType.Value = value.Trim(); + fixDisplay(); } } public string dataLabel @@ -44,7 +45,6 @@ namespace MoonProTablet.WebUserControls } protected void Page_Load(object sender, EventArgs e) { - fixDisplay(); } private void fixDisplay()