Commit 8c4d4123d743eacf02dd03fe10b5d5ca25620bf6

Authored by Jose Pinto
1 parent 6511b331bf
Exists in master

codigo con 3 digitos

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/views/modal-cobradores.html
... ... @@ -55,7 +55,7 @@
55 55 ng-repeat="(key, cobrador) in currentPageCobradores"
56 56 ng-click="select(cobrador)"
57 57 >
58   - <td ng-bind="cobrador.id"></td>
  58 + <td ng-bind="('000' + cobrador.id).slice(-3)"></td>
59 59 <td ng-bind="cobrador.nombre"></td>
60 60 <td class="d-md-none text-primary">
61 61 <i class="fa fa-circle-thin" aria-hidden="true"></i>