Commit 5d714fb250ecca2646a322fbf1f9c3e2f0ea2be7

Authored by Eric Fernandez
1 parent 7f6fe7142f
Exists in master

no boton moneda

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -756,7 +756,7 @@ angular.module('focaCrearFactura').controller('facturaController', [
756 756 }
757 757  
758 758 if (factura.cotizacion && factura.cotizacion.moneda) {
759   - $filter('filter')($scope.botonera, { label: 'Moneda' })[0].checked = true;
  759 + // $filter('filter')($scope.botonera, { label: 'Moneda' })[0].checked = true;
760 760 }
761 761  
762 762 if (factura.cliente && factura.cliente.cod) {