Commit 1e29f1790268c0b8b1c85d73574b4ee189313fe8

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'develop'

Master

See merge request !15
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) {