Commit f8fa37ae69569e10914a076a4fb0d3abf0bef78c

Authored by Luigi
1 parent ded2b12956
Exists in master and in 1 other branch develop

Correcion en limpiar cabecera

Showing 1 changed file with 1 additions and 4 deletions   Show diff stats
src/js/controller.js
... ... @@ -804,10 +804,7 @@ 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 + $scope.$broadcast('cleanCabecera');
811 808  
812 809 var cabeceras = [];
813 810