From d01b0f41dcd7375681132bf8027a70c0d4dd32a8 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Mon, 1 Feb 2010 09:36:01 +0000 Subject: [PATCH] we can have several business paths. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32113 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/mixin/movement_generator.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/product/ERP5/mixin/movement_generator.py b/product/ERP5/mixin/movement_generator.py index 9173f8bb7a..4c03f4a370 100644 --- a/product/ERP5/mixin/movement_generator.py +++ b/product/ERP5/mixin/movement_generator.py @@ -78,9 +78,6 @@ class MovementGeneratorMixin: business_path not in business_path_list and business_path_list \ .append(business_path) - if len(business_path_list) > 1: - raise NotImplementedError - return input_movement_and_path_list def _getInputMovementList(self, context): -- 2.30.9