-
-
<%: traduci("QUOTATION") %>
+
+
+
+
+
<%: traduci("QUOTATION") %>
+
+
+
+
-
-
-
diff --git a/C2P/WebUserControls/mod_newProduct.ascx.cs b/C2P/WebUserControls/mod_newProduct.ascx.cs
index 218e6e3..6cf13ff 100644
--- a/C2P/WebUserControls/mod_newProduct.ascx.cs
+++ b/C2P/WebUserControls/mod_newProduct.ascx.cs
@@ -239,9 +239,11 @@ namespace C2P.WebUserControls
QuoteRev = Request.QueryString["QuoteRev"];
// carico stato offerta...
int IdxQS = 0;
+ string CodItem = "";
try
{
IdxQS = DtProxy.man.taQFQ.getByKey(QuoteType, Convert.ToInt32(CodQuote), Convert.ToInt32(QuoteRev), "N")[0].IdxQState;
+ CodItem = DtProxy.man.taQFQ.getByKey(QuoteType, Convert.ToInt32(CodQuote), Convert.ToInt32(QuoteRev), "N")[0].CodItem;
}
catch
{ }
@@ -250,6 +252,8 @@ namespace C2P.WebUserControls
setBtnVisibility();
mod_S_Quot1.doUpdate();
mod_S_Costs1.doUpdate();
+ // fix articolo x visualizzazione...
+ mod_imgPreview.CodItem = CodItem;
}
///
/// Calcola css dato valore prezzo offerto vs importi full cost e min price
diff --git a/C2P/WebUserControls/mod_newProduct.ascx.designer.cs b/C2P/WebUserControls/mod_newProduct.ascx.designer.cs
index c98c572..1d40f27 100644
--- a/C2P/WebUserControls/mod_newProduct.ascx.designer.cs
+++ b/C2P/WebUserControls/mod_newProduct.ascx.designer.cs
@@ -192,6 +192,15 @@ namespace C2P.WebUserControls {
///
protected global::C2P.WebUserControls.mod_S_Dies mod_S_Dies1;
+ ///
+ /// mod_imgPreview control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::C2P.WebUserControls.mod_imgPreview mod_imgPreview;
+
///
/// lbQuotation control.
///
diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll
index d32983b..a94a8b0 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 e2dd77f..30502b6 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 580ce28..e753bd9 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 e2dd77f..2bb44dd 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 edbef9a..3f722a5 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 580ce28..491bc7d 100644
Binary files a/C2P_Report/bin/SteamWare.dll and b/C2P_Report/bin/SteamWare.dll differ
diff --git a/VersGen/C2P.cs b/VersGen/C2P.cs
index 20c343c..1eada3c 100644
--- a/VersGen/C2P.cs
+++ b/VersGen/C2P.cs
@@ -5,7 +5,7 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.9.119.274")]
-[assembly: AssemblyFileVersion("0.9.119.274")]
+[assembly: AssemblyVersion("0.9.120.275")]
+[assembly: AssemblyFileVersion("0.9.120.275")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")]
[assembly: AssemblyCompany("Steamware")]
diff --git a/VersGen/C2P.tt b/VersGen/C2P.tt
index 6ec8afd..330e3cc 100644
--- a/VersGen/C2P.tt
+++ b/VersGen/C2P.tt
@@ -6,8 +6,8 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.9.119.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("0.9.119.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("0.9.120.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("0.9.120.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+