Commit 3ddc7152d3d153aa02cb23c6539265bd3ec3ffca
Exists in
master
Merge branch 'master' into 'develop'
Master (macola) See merge request !42
Showing
1 changed file
Show diff stats
src/views/factura.html
| ... | ... | @@ -134,20 +134,13 @@ |
| 134 | 134 | <strong>Items:</strong> |
| 135 | 135 | <a ng-bind="articulosFiltro().length"></a> |
| 136 | 136 | </td> |
| 137 | - <td class="text-right ml-auto table-celda-total no-border-top"> | |
| 137 | + <td class="text-right ml-auto table-celda-total no-border-top text-white"> | |
| 138 | 138 | <h3>Total:</h3> |
| 139 | 139 | </td> |
| 140 | - <td class="table-celda-total text-right no-border-top" colspan="1"> | |
| 140 | + <td class="table-celda-total text-right no-border-top text-white " colspan="1"> | |
| 141 | 141 | <h3>{{getTotal() | currency: factura.cotizacion.moneda.SIMBOLO}}</h3> |
| 142 | 142 | </td> |
| 143 | - <td class="text-right no-border-top"> | |
| 144 | - <button | |
| 145 | - type="button" | |
| 146 | - class="btn btn-sm" | |
| 147 | - > | |
| 148 | - Totales | |
| 149 | - </button> | |
| 150 | - </td> | |
| 143 | + | |
| 151 | 144 | </tr> |
| 152 | 145 | </tfoot> |
| 153 | 146 | </table> |