Commit 7c8ffe44 authored by Jean-Paul Smets's avatar Jean-Paul Smets

use of target instead of quantity


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@48 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1cf70912
......@@ -182,7 +182,7 @@ An ERP5 Rule..."""
production_node = my_context_movement.getSource()
production_section = my_context_movement.getSourceSection()
# Generate production and consumption lines
my_quantity = my_context_movement.getQuantity()
my_quantity = my_context_movement.getTargetQuantity()
# LOG('Transformation', 0, str(my_transformation))
# We used to call this with context = my_context_movement
# but it still has some issue which need to be fixed XXX As
......
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