Commit 88b9783d5fd70e880e95d4802ac1ceb54383d1c1

Authored by Jose Pinto
1 parent cc7a29dcdd
Exists in master

datos correctos cobrador

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