Commit cb5724bba47beb2868fdf2bf88b8f6d3c7e1b1d8
1 parent
8df1cc9629
Exists in
master
and in
2 other branches
cambio nombre variable
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -298,8 +298,8 @@ angular.module('focaCrearRemito').controller('remitoController', |
298 | 298 | focaBotoneraLateralService.startGuardar(); |
299 | 299 | $scope.saveLoading = true; |
300 | 300 | var rutaJson = JSON.parse($localStorage.rutas); |
301 | - removeItemFromArr( rutaJson, 'venta-remito/crear' ); | |
302 | - $localStorage.rutas = JSON.stringify(rutaJson); | |
301 | + removeItemFromArr( rutaJson, 'venta-remito/crear' ); | |
302 | + $localStorage.rutas = JSON.stringify(rutaJson); | |
303 | 303 | |
304 | 304 | var save = { |
305 | 305 | remito: { |