Commit c064dda814d1b814e25083d6d787ec2865bc0a54
Exists in
master
Merge branch 'master' into 'master'
codigo con 5 digitos See merge request !4
Showing
1 changed file
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> |