Commit 8a21ec7bd9da8514195e0e28e49d357e33488f70
1 parent
ae8735fb11
Exists in
master
codigo banco con 4 digitos
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/modal-bancos.html
... | ... | @@ -46,7 +46,7 @@ |
46 | 46 | ng-repeat="(key, banco) in currentPageBancos" |
47 | 47 | ng-click="select(banco)" |
48 | 48 | > |
49 | - <td ng-bind="banco.ID"></td> | |
49 | + <td ng-bind="('0000' + banco.ID).slice(-4)"></td> | |
50 | 50 | <td ng-bind="banco.desbco"></td> |
51 | 51 | <td class="d-md-none text-primary"> |
52 | 52 | <i class="fa fa-circle-thin" aria-hidden="true"></i> |