Commit bc35a5814c621ffe547144090ac9b90fddd534a5
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
Master See merge request modulos-npm/foca-hoja-ruta!9
Showing
1 changed file
 
Show diff stats
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> | 
