From 56914aa43865e40bcb244a20ffe9e5562ed40945 Mon Sep 17 00:00:00 2001 From: Johan De Taeye Date: Thu, 22 Aug 2024 15:08:09 +0200 Subject: [PATCH] Keeping original mapping for reorderpoints --- frepple/controllers/outbound.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frepple/controllers/outbound.py b/frepple/controllers/outbound.py index 70a3adb..67784c1 100644 --- a/frepple/controllers/outbound.py +++ b/frepple/controllers/outbound.py @@ -2708,10 +2708,12 @@ def export_orderpoints(self): convert stock.warehouse.orderpoint.qty_multiple -> buffer->size_multiple """ first = True - try: - has_buffer_max = self.version[0] >= 9 - except Exception: - has_buffer_max = False + # Keeping with the original reorderpoint mapping now + # try: + # has_buffer_max = self.version[0] >= 9 + # except Exception: + # has_buffer_max = False + has_buffer_max = False if has_buffer_max: # frepple >= 9.0 has native support for buffers with a min and max level