Commit ded2b1295613418349886665b4972db2bd0f493c
1 parent
8041e9183f
Exists in
master
and in
1 other branch
Correccion de cambio de monedas
Showing
1 changed file
with
4 additions
and
0 deletions
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -804,6 +804,10 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', | 
| 804 | 804 | $scope.notaPedido = notaPedido; | 
| 805 | 805 | $scope.$broadcast('removeCabecera', 'Bomba:'); | 
| 806 | 806 | $scope.$broadcast('removeCabecera', 'Kilometros:'); | 
| 807 | + $scope.$broadcast('removeCabecera', 'Moneda:'); | |
| 808 | + $scope.$broadcast('removeCabecera', 'Fecha cotizacion:'); | |
| 809 | + $scope.$broadcast('removeCabecera', 'Cotizacion:'); | |
| 810 | + | |
| 807 | 811 | |
| 808 | 812 | var cabeceras = []; | 
| 809 | 813 |