Commit 0010b1bc356c922f6feadbdc13c4c75d9fe64b19

Authored by Marcelo Puebla
1 parent dd83d1edbd

Agregado pago electronico

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/services/articulo/articulo.service.ts
... ... @@ -55,7 +55,7 @@ export class ArticuloService {
55 55 cliente: cliente,
56 56 origen: 'autoservicio',
57 57 codigoVendedor: 5,
58   - puntoVenta: this.medioPago === 9 ? -1 * puntoVenta : puntoVenta,
  58 + puntoVenta: puntoVenta,
59 59 pedidoAnombreDe: dataPago.pedidoAnombreDe,
60 60 numeroPlanilla: APP_SETTINGS.numeroPlanilla,
61 61 })