Commit 49b7a8be7484fe1e797b386cef0ba9febada0e81
1 parent
32851bf365
Exists in
master
aplico filtro rellenarDigitos
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/modal-proveedor.html
... | ... | @@ -57,7 +57,7 @@ |
57 | 57 | class="selectable" |
58 | 58 | ng-repeat="(key, proveedor) in currentPageProveedores" |
59 | 59 | ng-click="select(proveedor)"> |
60 | - <td ng-bind="('00000' + proveedor.COD).slice(-5)"></td> | |
60 | + <td ng-bind="proveedor.COD | rellenarDigitos: 5: 0"></td> | |
61 | 61 | <td ng-bind="proveedor.NOM"></td> |
62 | 62 | <td ng-bind="proveedor.CUIT"></td> |
63 | 63 | <td> |