Commit 68b5a970da8943366ac2914c3fe6c9a1a9630211
1 parent
9dd189c3fe
Exists in
master
and in
1 other branch
codigo con 5 digitos
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/foca-busqueda-cliente-modal.html
... | ... | @@ -54,7 +54,7 @@ |
54 | 54 | class="selectable" |
55 | 55 | ng-repeat="(key, cliente) in currentPageClientes" |
56 | 56 | ng-click="select(cliente)"> |
57 | - <td ng-bind="cliente.cod"></td> | |
57 | + <td ng-bind="('00000'+cliente.cod).slice(-5)"></td> | |
58 | 58 | <td ng-bind="cliente.nom"></td> |
59 | 59 | <td ng-bind="cliente.cuit"></td> |
60 | 60 | <td> |