Fix errore qta persa senza cambiare particolare
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<b><%: traduci("lblQtaPart") %></b>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<asp:TextBox runat="server" ID="txtQta" Height="56px" Width="100%" Font-Size="28pt" Style="text-align: center" AutoPostBack="true" TabIndex="1" />
|
||||
<asp:TextBox runat="server" ID="txtQta" Height="56px" Width="100%" Font-Size="28pt" Style="text-align: center" TabIndex="1" AutoPostBack="true" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user