Commit 9be01bb197387e3760a602740826976be36bf50c

Authored by Marcelo Puebla
1 parent 6c28757f48
Exists in master and in 1 other branch validar_pve

Agregado campo para guardar el precio total.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/app/wrappers/promocion.ts
... ... @@ -7,4 +7,5 @@ export interface Promocion {
7 7 sinonimos: boolean;
8 8 sector: number,
9 9 codigo: number,
  10 + precioTotal? : number,
10 11 }