Fix update campo netprodsim (era decimal 9,8 al posto di 9,3...)
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
<asp:Label runat="server" ID="lblIdxQState" Visible="false" />
|
||||
|
|
||||
<asp:HyperLink runat="server" ID="hlGetPdf" Target="_blank">
|
||||
<%--<asp:ImageButton runat="server" ID="btnGetPdf" ImageUrl="~/Images/pdfExport.png" Height="24px" ToolTip="print" OnClick="btnGetPdf_Click" />--%>
|
||||
<asp:Image runat="server" ID="btnGetPdf" ImageUrl="~/Images/pdfExport.png" Height="24px" ToolTip="print" />
|
||||
</asp:HyperLink>
|
||||
<asp:HyperLink runat="server" ID="hlRevHist" Target="_blank">
|
||||
|
||||
@@ -332,7 +332,7 @@ namespace C2P.WebUserControls
|
||||
divStato1.Visible = false;
|
||||
divStato2.Visible = false;
|
||||
divStato3.Visible = false;
|
||||
btnGetPdf.Visible = false;
|
||||
btnGetPdf.Visible = true;
|
||||
break;
|
||||
case "1":
|
||||
divStato0.Visible = false;
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
<asp:Label runat="server" ID="lblIdxQState" Visible="false" />
|
||||
|
|
||||
<asp:HyperLink runat="server" ID="hlGetPdf" Target="_blank">
|
||||
<%--<asp:ImageButton runat="server" ID="btnGetPdf" ImageUrl="~/Images/pdfExport.png" Height="24px" ToolTip="print" OnClick="btnGetPdf_Click" />--%>
|
||||
<asp:Image runat="server" ID="btnGetPdf" ImageUrl="~/Images/pdfExport.png" Height="24px" ToolTip="print" />
|
||||
</asp:HyperLink>
|
||||
<asp:HyperLink runat="server" ID="hlRevHist" Target="_blank">
|
||||
|
||||
@@ -348,7 +348,7 @@ namespace C2P.WebUserControls
|
||||
divStato1.Visible = false;
|
||||
divStato2.Visible = false;
|
||||
divStato3.Visible = false;
|
||||
btnGetPdf.Visible = false;
|
||||
btnGetPdf.Visible = true;
|
||||
break;
|
||||
case "1":
|
||||
divStato0.Visible = false;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Generated
+1
-1
@@ -16420,7 +16420,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
|
||||
this._commandCollection[11].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DiesTecLife", global::System.Data.SqlDbType.Decimal, 9, global::System.Data.ParameterDirection.Input, 18, 6, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[11].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@WSR01_sim", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 9, 8, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[11].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MSR01_sim", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 9, 8, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[11].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NetProd01_sim", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 9, 8, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[11].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NetProd01_sim", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 9, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
this._commandCollection[12] = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._commandCollection[12].Connection = this.Connection;
|
||||
this._commandCollection[12].CommandText = "dbo.stp_QLF_UpdHead";
|
||||
|
||||
@@ -1043,7 +1043,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@DiesTecLife" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@WSR01_sim" Precision="9" ProviderType="Decimal" Scale="8" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@MSR01_sim" Precision="9" ProviderType="Decimal" Scale="8" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@NetProd01_sim" Precision="9" ProviderType="Decimal" Scale="8" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@NetProd01_sim" Precision="9" ProviderType="Decimal" Scale="3" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user