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