Commit 9b73787b10e2a0f10cd8eac0b1eaefe2aef0393f
Exists in
master
Merge branch 'master' into 'master'
cant en vez de litros See merge request modulos-npm/foca-crear-hoja-ruta!12
Showing
1 changed file
Show diff stats
src/views/hoja-ruta.html
| ... | ... | @@ -91,7 +91,7 @@ |
| 91 | 91 | <th class="col-2">Remito</th> |
| 92 | 92 | <th class="col">Cliente</th> |
| 93 | 93 | <th class="col">Dirección</th> |
| 94 | - <th class="col-1 text-right">Litros</th> | |
| 94 | + <th class="col-1 text-right">Cantidad</th> | |
| 95 | 95 | <th class="col-auto"> |
| 96 | 96 | <button |
| 97 | 97 | class="btn btn-outline-secondary selectable" |
| ... | ... | @@ -145,7 +145,7 @@ |
| 145 | 145 | </td> |
| 146 | 146 | <td class="col"></td> |
| 147 | 147 | <td class="col-auto px-1"> |
| 148 | - <strong>Litros:</strong> | |
| 148 | + <strong>Cantidad:</strong> | |
| 149 | 149 | <a ng-bind="hojaRuta.litros"></a> |
| 150 | 150 | </td> |
| 151 | 151 | </tr> |