Commit fd4384d16be6577580e40b96d59511b87e70957b

Authored by Luigi
1 parent 1d2893a94a
Exists in master and in 2 other branches develop, lab

Arreglo

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
src/views/foca-abm-choferes-listado.html
... ... @@ -15,7 +15,6 @@
15 15 <table class="table table-default table-hover table-sm table-abm table-striped mb-0">
16 16 <thead>
17 17 <tr>
18   - <th>Código</th>
19 18 <th>Nombre</th>
20 19 <th>Documento</th>
21 20 <th>Teléfono</th>
... ... @@ -32,7 +31,6 @@
32 31 </thead>
33 32 <tbody>
34 33 <tr ng-repeat="chofer in choferes | filter:filters">
35   - <td ng-bind="chofer.id"></td>
36 34 <td ng-bind="chofer.nombre"></td>
37 35 <td ng-bind="chofer.dni"></td>
38 36 <td ng-bind="chofer.telefono"></td>