Commit 37012c7ebde2bad6afe6d009751ed27e5afdbb42

Authored by Eric Fernandez
1 parent 74023cc5f0
Exists in master

envío id notaPedido en vez de idVendedor

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -176,7 +176,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl',
176 176 // Al guardar los datos de la nota de pedido logueamos la
177 177 // actividad para su seguimiento.
178 178 focaSeguimientoService.guardarPosicion(
179   - $scope.notaPedido.vendedor.CodVen,
  179 + data.data.id,
180 180 'Nota de pedido',
181 181 'Nº: ' + $filter('comprobante')([
182 182 $scope.puntoVenta,