fix cancellabilità UDC da manager SAO
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user