+
\ No newline at end of file
diff --git a/MP-MAG/SMART/printCartOdl.aspx.cs b/MP-MAG/SMART/printCartOdl.aspx.cs
new file mode 100644
index 00000000..2833c966
--- /dev/null
+++ b/MP-MAG/SMART/printCartOdl.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace MP_MAG.SMART
+{
+ public partial class printCartOdl : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/MP-MAG/SMART/printCartOdl.aspx.designer.cs b/MP-MAG/SMART/printCartOdl.aspx.designer.cs
new file mode 100644
index 00000000..5cfa0575
--- /dev/null
+++ b/MP-MAG/SMART/printCartOdl.aspx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+// Codice generato da uno strumento.
+//
+// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+namespace MP_MAG.SMART
+{
+
+
+ public partial class printCartOdl
+ {
+ }
+}
diff --git a/MP-MAG/WebUserControls/cmp_jumper.ascx.cs b/MP-MAG/WebUserControls/cmp_jumper.ascx.cs
index 62fc1068..aeae3cd6 100644
--- a/MP-MAG/WebUserControls/cmp_jumper.ascx.cs
+++ b/MP-MAG/WebUserControls/cmp_jumper.ascx.cs
@@ -38,8 +38,12 @@ namespace MP_MAG.WebUserControls
// se l'operatore in sessione è DIVERSO da quello appena inviato --> effettuo NUOVO login
if (MatrOpr == memLayer.ML.IntSessionObj("MatrOpr"))
{
+#if false
// rimando a pagina di stampa.. secondo tipo finiti / semilavorati
tgtPage = newProdPrintData.isProdFinito ? "prtFiniti" : "prtSemilav";
+#endif
+ // rimando a pagina di stampax ODL
+ tgtPage = "prtCartOdl";
}
else
{