Commit 033b78dab57dcb044a59cfe04f2916bd0cd6a1ad
1 parent
6ee3d8210a
Exists in
master
fix guardar
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -221,7 +221,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
221 | 221 | focaBotoneraLateralService.endGuardar(true); |
222 | 222 | $scope.saveLoading = false; |
223 | 223 | |
224 | - init(); | |
224 | + config(); | |
225 | 225 | }, function(error) { |
226 | 226 | focaModalService.alert('Hubo un error al crear la nota de pedido'); |
227 | 227 | focaBotoneraLateralService.endGuardar(); |