diff --git a/GMW/WebUserControls/mod_fusiTK.ascx b/GMW/WebUserControls/mod_fusiTK.ascx index 289dfe70..a2d01290 100644 --- a/GMW/WebUserControls/mod_fusiTK.ascx +++ b/GMW/WebUserControls/mod_fusiTK.ascx @@ -51,7 +51,7 @@ <%: traduci("lblQtaPart") %>
- +
diff --git a/GMW/WebUserControls/mod_fusiTK.ascx.cs b/GMW/WebUserControls/mod_fusiTK.ascx.cs index 401f3239..92d6c101 100644 --- a/GMW/WebUserControls/mod_fusiTK.ascx.cs +++ b/GMW/WebUserControls/mod_fusiTK.ascx.cs @@ -77,7 +77,7 @@ namespace GMW.WebUserControls } catch { } - if (qtaPart > 0) + if ((qtaPart > 0) && (qta == 0)) { qta = Convert.ToInt32(qtaPart); } @@ -630,7 +630,6 @@ namespace GMW.WebUserControls eh_reqUpdate(this, new EventArgs()); } } - - + } } \ No newline at end of file