Commit bc35a5814c621ffe547144090ac9b90fddd534a5

Authored by Pablo Marco del Pont
Exists in master and in 2 other branches develop, lab

Merge branch 'master' into 'master'

Master

See merge request modulos-npm/foca-hoja-ruta!9
src/views/lista-hoja-ruta.html
... ... @@ -74,7 +74,7 @@
74 74 </thead>
75 75 <tbody class="tabla-articulo-body">
76 76 <tr
77   - ng-repeat="(key, remito) in remitos" class="d-flex"
  77 + ng-repeat="(key, remito) in hojasRuta.remito" class="d-flex"
78 78 >
79 79 <td ng-bind="key + 1"></td>
80 80 <td ng-bind="remito.nombreCliente"></td>