Fix comportamento report con versioen nuova
This commit is contained in:
+1
-1
@@ -341,7 +341,7 @@
|
||||
<None Include="Properties\PublishProfiles\RemoteZip.pubxml" />
|
||||
<None Include="Properties\PublishProfiles\WinLab.pubxml" />
|
||||
<Content Include="Reports\PlaceHolder.file" />
|
||||
<EmbeddedResource Include="Reports\ReportOffers.rdlc" />
|
||||
<Content Include="Reports\ReportOffers.rdlc" />
|
||||
<Content Include="Reports\ReportOffers.rdl" />
|
||||
<None Include="Scripts\jquery-2.1.0.intellisense.js" />
|
||||
<Content Include="Scripts\jquery-2.1.0.js" />
|
||||
|
||||
+3469
-1027
File diff suppressed because it is too large
Load Diff
+3469
-1027
File diff suppressed because it is too large
Load Diff
@@ -435,8 +435,6 @@ namespace C2P.WebUserControls
|
||||
{
|
||||
if (((CheckBox)riga.FindControl("chkSelect")).Checked)
|
||||
{
|
||||
// seleziono riga corrente
|
||||
//rigaQuote = ((DS_Quotes.QuoteFull_QRow)((DataRowView)grView.Rows[riga.DataItemIndex].DataItem).Row);
|
||||
grView.SelectedIndex = riga.DataItemIndex;
|
||||
// ricavo dati della riga x inserire in elenco richieste stampa...
|
||||
DtProxy.man.taRPT.insertNew(ticket, "SchedaCosto", string.Format("QuoteType={0}&CodQuote={1}&QuoteRev={2}", grView.SelectedDataKey["QuoteType"], grView.SelectedDataKey["CodQuote"], grView.SelectedDataKey["QuoteRev"]), user_std.UtSn.userNameAD, DateTime.Now, togliSegnaposto);
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.6.54.148")]
|
||||
[assembly: AssemblyFileVersion("0.6.54.148")]
|
||||
[assembly: AssemblyVersion("0.6.56.149")]
|
||||
[assembly: AssemblyFileVersion("0.6.56.149")]
|
||||
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.6.54.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("0.6.54.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("0.6.56.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("0.6.56.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user