Commit 6fc692017866451c885c6200da94dcc8f2914c2d
1 parent
a3d7762f95
Exists in
master
and in
1 other branch
mejora indentacion para evitar 100 caracteres
Showing
1 changed file
with
9 additions
and
3 deletions
 
Show diff stats
src/views/nota-pedido.html
| ... | ... | @@ -8,7 +8,9 @@ | 
| 8 | 8 | <div class="col-12 col-sm-4 nota-pedido"> | 
| 9 | 9 | <h5>NOTA DE PEDIDO</h5> | 
| 10 | 10 | </div> | 
| 11 | - <div class="col-5 col-sm-4 numero-pedido">Nº {{puntoVenta}}-{{comprobante}}</div> | |
| 11 | + <div class="col-5 col-sm-4 numero-pedido" | |
| 12 | + >Nº {{puntoVenta}}-{{comprobante}} | |
| 13 | + </div> | |
| 12 | 14 | <div class="col-7 col-sm-4 text-right"> | 
| 13 | 15 | Fecha: | 
| 14 | 16 | <span | 
| ... | ... | @@ -255,7 +257,9 @@ | 
| 255 | 257 | <strong>Cantidad Items:</strong> | 
| 256 | 258 | <a ng-bind="articulosTabla.length"></a> | 
| 257 | 259 | </td> | 
| 258 | - <td class="text-right ml-auto table-celda-total no-border-top"><h3>Total:</h3></td> | |
| 260 | + <td class="text-right ml-auto table-celda-total no-border-top"> | |
| 261 | + <h3>Total:</h3> | |
| 262 | + </td> | |
| 259 | 263 | <td class="table-celda-total text-right no-border-top" colspan="1"> | 
| 260 | 264 | <h3>{{getTotal() | currency: '$'}}</h3> | 
| 261 | 265 | </td> | 
| ... | ... | @@ -429,7 +433,9 @@ | 
| 429 | 433 | <strong>Cantidad Items:</strong> | 
| 430 | 434 | <a ng-bind="articulosTabla.length"></a> | 
| 431 | 435 | </td> | 
| 432 | - <td class="text-right ml-auto table-celda-total no-border-top"><h3>Total:</h3></td> | |
| 436 | + <td class="text-right ml-auto table-celda-total no-border-top"> | |
| 437 | + <h3>Total:</h3> | |
| 438 | + </td> | |
| 433 | 439 | <td class="table-celda-total text-right no-border-top"> | 
| 434 | 440 | <h3>{{getTotal() | currency: '$'}}</h3> | 
| 435 | 441 | </td> |