Skip to content

Commit

Permalink
BugID: 772 - Risoluzione anomalia che consetiva di modificare la voce…
Browse files Browse the repository at this point in the history
… sul partite giro tronche
  • Loading branch information
rpucciarelli committed Jan 11, 2012
1 parent 32da36d commit a0d3b39
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
11 changes: 7 additions & 4 deletions sigla-web/src/main/webapp/doccont00/accertamento_pgiro.jsp
Expand Up @@ -99,15 +99,18 @@
</tr>

<tr>

<td> <% bp.getController().writeFormLabel( out, "cd_voce"); %></td>
<td> <% bp.getController().writeFormInput( out, "cd_voce"); %>
<% bp.getController().writeFormInput( out, "ds_voce"); %>
<% bp.getController().writeFormInput( out, "find_capitolo"); %></td>
<td>
<% bp.getController().writeFormInput(out,"default","cd_voce",acc.isFl_isTronco()&&bp.isEditing(),"FormInput",null); %>
<% bp.getController().writeFormInput(out,"default","ds_voce", acc.isFl_isTronco()&&bp.isEditing(),"FormInput",null); %>
<% bp.getController().writeFormInput(out,"default","find_capitolo",acc.isFl_isTronco()&&bp.isEditing(),"FormInput",null); %>
</td>
</tr>
<tr>
<td><% bp.getController().writeFormLabel( out, "dt_scadenza"); %></td>
<td colspan=2>
<% bp.getController().writeFormInput( out, "dt_scadenza"); %></td>
<% bp.getController().writeFormInput( out, "dt_scadenza"); %></td>
</tr>
<!--
<tr>
Expand Down
11 changes: 6 additions & 5 deletions sigla-web/src/main/webapp/doccont00/impegno_pgiro.jsp
Expand Up @@ -102,11 +102,12 @@
</tr>
<tr>
<td><% bp.getController().writeFormLabel( out, "cd_elemento_voce"); %></td>
<td colspan=2>
<% bp.getController().writeFormInput( out, "cd_elemento_voce"); %>
<% bp.getController().writeFormInput( out, "ds_elemento_voce"); %>
<% bp.getController().writeFormInput( out, "find_elemento_voce"); %></td>
</tr>

<td colspan=2>
<% bp.getController().writeFormInput(out,"default","cd_elemento_voce",imp.isFl_isTronco()&&bp.isEditing(),"FormInput",null); %>
<% bp.getController().writeFormInput(out,"default","ds_elemento_voce", imp.isFl_isTronco()&&bp.isEditing(),"FormInput",null); %>
<% bp.getController().writeFormInput(out,"default","find_elemento_voce",imp.isFl_isTronco()&&bp.isEditing(),"FormInput",null); %>
</td>
<tr>
<td><% bp.getController().writeFormLabel( out, "dt_scadenza"); %></td>
<td colspan=2>
Expand Down

0 comments on commit a0d3b39

Please sign in to comment.