diff --git a/C2P/WebUserControls/mod_Q_Header.ascx b/C2P/WebUserControls/mod_Q_Header.ascx index 927d8a6..cb08aea 100644 --- a/C2P/WebUserControls/mod_Q_Header.ascx +++ b/C2P/WebUserControls/mod_Q_Header.ascx @@ -205,4 +205,11 @@ - \ No newline at end of file +
+
+ +
+
+ <%: traduci("NewProduct")%> +
+
diff --git a/C2P/WebUserControls/mod_Q_Header.ascx.cs b/C2P/WebUserControls/mod_Q_Header.ascx.cs index 98cbb22..031cc85 100644 --- a/C2P/WebUserControls/mod_Q_Header.ascx.cs +++ b/C2P/WebUserControls/mod_Q_Header.ascx.cs @@ -103,6 +103,8 @@ namespace C2P.WebUserControls lblError.Text = traduci("[ERR-QUO-001]"); } lblError.Visible = true; + hlNewProd.NavigateUrl = string.Format("~/NewProductOffer?RawMat={0}&CodItem={1}", RawMat, CodItem); + hlNewProd.Visible = true; setInsertMode(); } @@ -158,6 +160,5 @@ namespace C2P.WebUserControls lista.SelectedIndex = lista.Items.IndexOf(lista.Items.FindByValue(RawMat)); } } - } } \ No newline at end of file diff --git a/C2P/WebUserControls/mod_Q_Header.ascx.designer.cs b/C2P/WebUserControls/mod_Q_Header.ascx.designer.cs index e250c76..9718335 100644 --- a/C2P/WebUserControls/mod_Q_Header.ascx.designer.cs +++ b/C2P/WebUserControls/mod_Q_Header.ascx.designer.cs @@ -92,5 +92,14 @@ namespace C2P.WebUserControls { /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Label lblError; + + /// + /// hlNewProd control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HyperLink hlNewProd; } } diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll index 7634e52..38e2a13 100644 Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll index 15a8564..7790fe8 100644 Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ diff --git a/C2P/bin/SteamWare.dll b/C2P/bin/SteamWare.dll index 1485858..d0f6256 100644 Binary files a/C2P/bin/SteamWare.dll and b/C2P/bin/SteamWare.dll differ diff --git a/C2P_Report/bin/C2P_Data.dll b/C2P_Report/bin/C2P_Data.dll index 15a8564..7790fe8 100644 Binary files a/C2P_Report/bin/C2P_Data.dll and b/C2P_Report/bin/C2P_Data.dll differ diff --git a/C2P_Report/bin/C2P_Report.dll b/C2P_Report/bin/C2P_Report.dll index a1bea23..4462b83 100644 Binary files a/C2P_Report/bin/C2P_Report.dll and b/C2P_Report/bin/C2P_Report.dll differ diff --git a/C2P_Report/bin/SteamWare.dll b/C2P_Report/bin/SteamWare.dll index 1485858..d0f6256 100644 Binary files a/C2P_Report/bin/SteamWare.dll and b/C2P_Report/bin/SteamWare.dll differ