From 2ae629b0356f34c0704851edc877421c3190e2e4 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Thu, 2 Aug 2007 15:41:38 +0000 Subject: [PATCH] Comment LOG git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15426 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../ConstraintTemplateItem/DuplicateInventory.py | 10 +++++----- bt5/erp5_trade/bt/revision | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bt5/erp5_trade/ConstraintTemplateItem/DuplicateInventory.py b/bt5/erp5_trade/ConstraintTemplateItem/DuplicateInventory.py index 90dd3bb60f..54ed287e7a 100644 --- a/bt5/erp5_trade/ConstraintTemplateItem/DuplicateInventory.py +++ b/bt5/erp5_trade/ConstraintTemplateItem/DuplicateInventory.py @@ -105,11 +105,11 @@ class DuplicateInventory(Constraint): variation_text=variation_text, from_date=date, at_date=date, node=node) - LOG('inventory_list sql src', 0, getCurrentInventoryList(resource=resource, - variation_text=variation_text, - from_date=date, at_date=date, - node=node, src__=1)) - LOG('len inventory_list',0,len(inventory_list)) +# LOG('inventory_list sql src', 0, getCurrentInventoryList(resource=resource, +# variation_text=variation_text, +# from_date=date, at_date=date, +# node=node, src__=1)) +# LOG('len inventory_list',0,len(inventory_list)) for inventory in inventory_list: movement = getObjectFromUid(inventory.stock_uid) if movement.getPortalType().find('Inventory') >= 0: diff --git a/bt5/erp5_trade/bt/revision b/bt5/erp5_trade/bt/revision index 9f72858795..7730ef7f3e 100644 --- a/bt5/erp5_trade/bt/revision +++ b/bt5/erp5_trade/bt/revision @@ -1 +1 @@ -88 \ No newline at end of file +89 \ No newline at end of file -- 2.30.9