Commit 4ca433aa authored by Alexandre Boeglin's avatar Alexandre Boeglin

Added a comment about an improveable method


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7531 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3fbc4316
......@@ -503,6 +503,8 @@ class SimulationTool (BaseTool):
Returns available inventory
(current inventory - reserved)
"""
#XXX This code is wrong, look at
# zope/Products/ERP5/Extensions/InventoryBrain.py for a more complete one
kw['simulation_state'] = tuple(
list(self.getPortalReservedInventoryStateList()) + \
list(self.getPortalCurrentInventoryStateList()))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment