Commit f0b45eef525093b6daf234e060a474066a44a181
1 parent
8682c021b1
Exists in
master
espacio
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -717,11 +717,11 @@ angular.module('focaCrearRemito') .controller('remitoController', |
| 717 | 717 | $scope.articulosTabla = articulosTablaTemp; |
| 718 | 718 | $scope.remito.moneda = moneda; |
| 719 | 719 | $scope.remito.cotizacion = cotizacion; |
| 720 | - if(moneda.DETALLE === 'PESOS ARGENTINOS'){ | |
| 720 | + if(moneda.DETALLE === 'PESOS ARGENTINOS') { | |
| 721 | 721 | removeCabecera('Moneda:'); |
| 722 | 722 | removeCabecera('Fecha cotizacion:'); |
| 723 | 723 | removeCabecera('Cotizacion:'); |
| 724 | - }else{ | |
| 724 | + }else { | |
| 725 | 725 | addCabecera('Moneda:', moneda.DETALLE); |
| 726 | 726 | addCabecera( |
| 727 | 727 | 'Fecha cotizacion:', |