Commit d3007d3ea6578abf30a2be7226484adc9a3e56c8

Authored by Pablo Marco del Pont
1 parent a5d9bb2a23
Exists in master

Al cancelar debe ir a precio-condicion.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -45,7 +45,7 @@ angular.module('focaAbmPlazoPago')
45 45 }
46 46 });
47 47 $scope.cancelar = function() {
48   - $location.path('/plazo-pago');
  48 + $location.path('/precio-condicion/' + $routeParams.idPreciosCondiciones);
49 49 };
50 50 $scope.guardar = function(plazoPago) {
51 51 focaAbmPlazoPagoService.guardarPlazoPago(plazoPago)