Commit 5d714fb250ecca2646a322fbf1f9c3e2f0ea2be7
1 parent
7f6fe7142f
Exists in
ultimos_despachos
and in
1 other branch
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) { |