Fix editabilità agente: permesso solo se IdxQS < 2 poiché non approvate
Installato su IIS02 Fatto zip
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
</div>
|
||||
<div class="col-xs-1">
|
||||
<uc1:mod_display ID="mod_display15" runat="server" etichetta='<%# traduci("Agente") %>' />
|
||||
<asp:DropDownList ID="DropDownList6" runat="server" DataSourceID="odsAgente" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Agente") %>' CssClass="text-right" Width="97.5%" Font-Size="0.8em" />
|
||||
<asp:DropDownList ID="DropDownList6" runat="server" DataSourceID="odsAgente" DataValueField="value" DataTextField="label" Enabled='<%# editEnabled %>' SelectedValue='<%# Bind("Agente") %>' CssClass="text-right" Width="97.5%" Font-Size="0.8em" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
</div>
|
||||
<div class="col-xs-1">
|
||||
<uc1:mod_display ID="mod_display15" runat="server" etichetta='<%# traduci("Agente") %>' />
|
||||
<asp:DropDownList ID="DropDownList5" runat="server" DataSourceID="odsAgente" DataValueField="value" DataTextField="label" SelectedValue='<%# Bind("Agente") %>' CssClass="text-right" Width="97.5%" Font-Size="0.8em" />
|
||||
<asp:DropDownList ID="DropDownList5" runat="server" DataSourceID="odsAgente" DataValueField="value" DataTextField="label" Enabled='<%# editEnabled %>' SelectedValue='<%# Bind("Agente") %>' CssClass="text-right" Width="97.5%" Font-Size="0.8em" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
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("2.3.212.571")]
|
||||
[assembly: AssemblyFileVersion("2.3.212.571")]
|
||||
[assembly: AssemblyVersion("2.3.213.572")]
|
||||
[assembly: AssemblyFileVersion("2.3.213.572")]
|
||||
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-2015")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.3.212.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.3.212.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("2.3.213.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.3.213.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user