Commit 62ce3773672a85abd82d9b94e08e27a2c84d99c7
1 parent
4770decbd8
Exists in
master
and in
1 other branch
espacios
Showing
1 changed file
with
2 additions
and
2 deletions
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -430,11 +430,11 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', | 
| 430 | 430 | function(cotizacion) { | 
| 431 | 431 | $scope.cobranza.moneda = moneda; | 
| 432 | 432 | $scope.cobranza.cotizacion = cotizacion; | 
| 433 | - if(moneda.DETALLE === 'PESOS ARGENTINOS'){ | |
| 433 | + if(moneda.DETALLE === 'PESOS ARGENTINOS') { | |
| 434 | 434 | $scope.$broadcast('removeCabecera', 'Moneda:'); | 
| 435 | 435 | $scope.$broadcast('removeCabecera', 'Fecha cotizacion:'); | 
| 436 | 436 | $scope.$broadcast('removeCabecera', 'Cotizacion:'); | 
| 437 | - }else{ | |
| 437 | + }else { | |
| 438 | 438 | $scope.$broadcast('addCabecera', { | 
| 439 | 439 | label: 'Moneda:', | 
| 440 | 440 | valor: moneda.DETALLE |