Commit 27f2929ae53af5db421d1889efe4fbaab7ed1bff

Authored by Martin Macola
1 parent 165d0ecb4d
Exists in master

Eliminacion boton totales y cambio de color total a blanco

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