From a6e90f6e8b67fd55562e81bc17930c4f3cf60855 Mon Sep 17 00:00:00 2001 From: "AzureAD\\SylvainDUVERNAY" Date: Wed, 3 Jun 2026 09:41:52 +0200 Subject: [PATCH] Import Price Bug Fix --- modules/purchase_trade/pricing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/purchase_trade/pricing.py b/modules/purchase_trade/pricing.py index 7e73a68..0d18e37 100755 --- a/modules/purchase_trade/pricing.py +++ b/modules/purchase_trade/pricing.py @@ -150,7 +150,7 @@ class ImportPrices(Wizard): 'errors': [], } - for row_number, row in enumerate(rows, start=2): + for index, row in enumerate(rows, start=2): row_number = row.get('_row_number', index) price_index = (row.get('price_index') or '').strip() try: