Commit e774771306c21bb9441ee81518134da6cec9903e
1 parent
2d5a987f8f
Exists in
master
and in
1 other branch
propiedad bien escrita
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -160,7 +160,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', | 
| 160 | 160 | |
| 161 | 161 | focaModalService.alert('Nota pedido creada'); | 
| 162 | 162 | $scope.cabecera = []; | 
| 163 | - addCabecera('Moneda:', $scope.notaPedido.moneda.detalle); | |
| 163 | + addCabecera('Moneda:', $scope.notaPedido.moneda.DETALLE); | |
| 164 | 164 | addCabecera( | 
| 165 | 165 | 'Fecha cotizacion:', | 
| 166 | 166 | $filter('date')($scope.notaPedido.cotizacion.FECHA, 'dd/MM/yyyy') |