fix cancellabilità UDC da manager SAO

This commit is contained in:
samuele
2012-10-01 11:43:17 +02:00
6 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -408,7 +408,7 @@ namespace GMW.WebUserControls
try
{
rigaUDC = MagClass.magazzino.taCartellini.getByUdc(udcReq)[0];
if (rigaUDC.IdxPosizione == idxPosizione2del)
if (rigaUDC.IdxPosizione >= 0) // permette di cancellare SOLO posizioni > 0 cioè valide
{
okIdxPos = true;
}
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -4,5 +4,5 @@
<%@ Register src="WebUserControls/mod_manSAO.ascx" tagname="mod_manSAO" tagprefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<uc1:mod_manSAO ID="mod_manSAO1" runat="server" />
<uc1:mod_manSAO ID="mod_manSAO1" runat="server" />
</asp:Content>