correjido unidades y kgs

This commit is contained in:
Lucas Tettamanti
2026-01-25 21:08:23 -03:00
parent bb947ea75e
commit 93e331535f
2 changed files with 5 additions and 2 deletions

View File

@@ -133,6 +133,7 @@ function snapshotRowToItem(row) {
sale_price: row?.price_sale ?? null,
price_html: null,
},
sell_unit: raw?._sell_unit_override || null,
source: "snapshot",
};
}