Skip to content

Commit

Permalink
#5 seajusta el input de numero de sucursal para ser editable
Browse files Browse the repository at this point in the history
  • Loading branch information
says33 committed Apr 21, 2016
1 parent 316480c commit 68f92f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/bankAccount/create.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</g:if><g:else>

<f:display id="clabe" bean="bankAccount" property="clabe" label="${message(code:"bankAccount.clabe")}" wrapper="edit" />
<f:display id="branchNumber" bean="bankAccount" property="branchNumber" label="${message(code:"bankAccount.branchNumber")}" wrapper="editReadOnly" />
<f:display id="branchNumber" bean="bankAccount" property="branchNumber" label="${message(code:"bankAccount.branchNumber")}" wrapper="edit" />
<f:display id="accountNumber" bean="bankAccount" property="accountNumber" label="${message(code:"bankAccount.accountNumber")}" wrapper="editReadOnly" />
<input id="bank" name="bank" type="hidden"/>
<div class="form-group">
Expand Down

0 comments on commit 68f92f3

Please sign in to comment.