diff --git a/GMW-RT/bin/GMW-RT.dll b/GMW-RT/bin/GMW-RT.dll
index 5b334a6d..8f7a3e33 100644
Binary files a/GMW-RT/bin/GMW-RT.dll and b/GMW-RT/bin/GMW-RT.dll differ
diff --git a/GMW-RT/bin/GMW_data.dll b/GMW-RT/bin/GMW_data.dll
index daa5d88f..ee722e33 100644
Binary files a/GMW-RT/bin/GMW_data.dll and b/GMW-RT/bin/GMW_data.dll differ
diff --git a/GMW-RT/bin/SteamWare.dll b/GMW-RT/bin/SteamWare.dll
index 44f1ee35..f4a36554 100644
Binary files a/GMW-RT/bin/SteamWare.dll and b/GMW-RT/bin/SteamWare.dll differ
diff --git a/GMW/WebUserControls/mod_sterrTaglio.ascx.cs b/GMW/WebUserControls/mod_sterrTaglio.ascx.cs
index 0fcb910c..83587c7a 100644
--- a/GMW/WebUserControls/mod_sterrTaglio.ascx.cs
+++ b/GMW/WebUserControls/mod_sterrTaglio.ascx.cs
@@ -23,6 +23,10 @@ namespace GMW.WebUserControls
/// tipo di evento associato alla creazione dell'UDC
///
protected string eventoUDC = "UDC_STTA";
+ ///
+ /// tipo di evento associato alla modifica qta dell'UDC
+ ///
+ protected string eventoUDC_qta = "UDC_QTY";
public event EventHandler eh_reqUpdate;
///
/// stringa UID univoca
@@ -864,7 +868,7 @@ namespace GMW.WebUserControls
///
protected void lbtUpdQty_Click(object sender, EventArgs e)
{
- MagClass.magazzino.taCartellini.updateQty(currUDC, MagClass.magazzino.CodSoggCurrUser, "U", eventoUDC, qta);
+ MagClass.magazzino.taCartellini.updateQty(currUDC, MagClass.magazzino.CodSoggCurrUser, "U", eventoUDC_qta, qta);
currUDC = "";
currParticolare = "";
grViewDest.SelectedIndex = -1;
diff --git a/GMW/WebUserControls/mod_sterrTaglioFC.ascx.cs b/GMW/WebUserControls/mod_sterrTaglioFC.ascx.cs
index f6c54153..883c2fa4 100644
--- a/GMW/WebUserControls/mod_sterrTaglioFC.ascx.cs
+++ b/GMW/WebUserControls/mod_sterrTaglioFC.ascx.cs
@@ -23,6 +23,10 @@ namespace GMW.WebUserControls
/// tipo di evento associato alla creazione dell'UDC
///
protected string eventoUDC = "UDC_STTA";
+ ///
+ /// tipo di evento associato alla modifica qta dell'UDC
+ ///
+ protected string eventoUDC_qta = "UDC_QTY";
public event EventHandler eh_reqUpdate;
///
/// stringa UID univoca
@@ -832,7 +836,7 @@ namespace GMW.WebUserControls
///
protected void lbtUpdQty_Click(object sender, EventArgs e)
{
- MagClass.magazzino.taCartellini.updateQty(currUDC, MagClass.magazzino.CodSoggCurrUser, "U", eventoUDC, qta);
+ MagClass.magazzino.taCartellini.updateQty(currUDC, MagClass.magazzino.CodSoggCurrUser, "U", eventoUDC_qta, qta);
currUDC = "";
currParticolare = "";
grViewDest.SelectedIndex = -1;
diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll
index 92f0bdc4..730825bb 100644
Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ
diff --git a/GMW/bin/GMW_data.dll b/GMW/bin/GMW_data.dll
index daa5d88f..ee722e33 100644
Binary files a/GMW/bin/GMW_data.dll and b/GMW/bin/GMW_data.dll differ
diff --git a/GMW/bin/SteamWare.dll b/GMW/bin/SteamWare.dll
index 44f1ee35..f4a36554 100644
Binary files a/GMW/bin/SteamWare.dll and b/GMW/bin/SteamWare.dll differ
diff --git a/GMW/bin/VersGen.dll b/GMW/bin/VersGen.dll
index c6fd495b..353d96b3 100644
Binary files a/GMW/bin/VersGen.dll and b/GMW/bin/VersGen.dll differ