Commit 77fef3556a67ab7767342ad62d72bd81576f1ae3

Authored by Marcelo Puebla
1 parent 57ce386197
Exists in master and in 1 other branch validar_pve

pasado dato de vendedor (hardcodeado) y del punto de venta.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/app/services/producto.service.ts
... ... @@ -91,6 +91,8 @@ export class ProductoService {
91 91 productos: this.productos,
92 92 cliente: cliente,
93 93 origen: 'autoservicio',
  94 + codigoVendedor: 5,
  95 + puntoVenta: parseInt(localStorage.getItem('impresoraPVE')),
94 96 pedidoAnombreDe: dataPago.pedidoAnombreDe,
95 97 }).subscribe((data) => {
96 98