Commit 455a2bc081ecc4d522a8223cea4b37d38b94adb0
1 parent
e774771306
Exists in
master
agrego todo
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -134,6 +134,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
134 | 134 | function(data) { |
135 | 135 | // Al guardar los datos de la nota de pedido logueamos la |
136 | 136 | // actividad para su seguimiento. |
137 | + //TODO: GUARDAR POSISIONAMIENTO AL EDITAR? | |
137 | 138 | focaSeguimientoService.guardarPosicion( |
138 | 139 | data.data.id, |
139 | 140 | 'Nota de pedido', |