Commit 95e100894a74f6c752a8abe06c1eb46b5722dafa

Authored by Nicolás Guarnieri
1 parent d007a1494a
Exists in master

cant en vez de litros

Showing 1 changed file with 2 additions and 2 deletions   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>