Fix normalized quantity basis
This commit is contained in:
@@ -29,6 +29,8 @@ PURCHASE_FIELDS = [
|
||||
"upc",
|
||||
"qty",
|
||||
"unit",
|
||||
"normalized_quantity",
|
||||
"normalized_quantity_unit",
|
||||
"pack_qty",
|
||||
"size_value",
|
||||
"size_unit",
|
||||
@@ -337,6 +339,8 @@ def build_purchase_rows(
|
||||
"upc": row["upc"],
|
||||
"qty": row["qty"],
|
||||
"unit": row["unit"],
|
||||
"normalized_quantity": row.get("normalized_quantity", ""),
|
||||
"normalized_quantity_unit": row.get("normalized_quantity_unit", ""),
|
||||
"pack_qty": row["pack_qty"],
|
||||
"size_value": row["size_value"],
|
||||
"size_unit": row["size_unit"],
|
||||
|
||||
Reference in New Issue
Block a user