Skip to content

Commit

Permalink
Resa modificabile la data proroga sul repertorio contratti anche se D…
Browse files Browse the repository at this point in the history
…efinitivo, aggiunti cig e cup come columnFieldProperty
  • Loading branch information
rpucciarelli committed Oct 30, 2014
1 parent 4bc6402 commit 9c252f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Expand Up @@ -870,7 +870,7 @@
name="fl_pubblica_contratto" />
<findFieldProperty
name="cdCup" />
<findFieldProperty
<findFieldProperty
name="cdCig" />
<columnFieldProperty
name="stato"/>
Expand Down Expand Up @@ -914,6 +914,10 @@
name="im_contratto_passivo"/>
<columnFieldProperty
name="dt_stipula"/>
<columnFieldProperty
name="cdCup" />
<columnFieldProperty
name="cdCig" />
<columnFieldProperty
name="cdCigFatturaAttiva"/>
<columnFieldProperty
Expand Down
Expand Up @@ -194,7 +194,7 @@
<td><% bp.getController().writeFormLabel(out,"dt_fine_validita");%></td>
<td><% bp.getController().writeFormInput(out,"default","dt_fine_validita", bp.isPublishHidden(),"FormInput",null);%></td>
<td><% bp.getController().writeFormLabel(out,"dt_proroga");%></td>
<td><% bp.getController().writeFormInput(out,"default","dt_proroga", bp.isPublishHidden(),"FormInput",null);%></td>
<td><% bp.getController().writeFormInput(out,null,"dt_proroga",false,null,"");%></td>
</tr>
<tr>
<td><% bp.getController().writeFormLabel(out,"contratto_padre");%></td>
Expand Down

0 comments on commit 9c252f4

Please sign in to comment.