Commit 3dd6ccba authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_pdm: XXXXXXXXXXXXXXXXxxget int index

parent 13a31e6b
......@@ -71,7 +71,7 @@ class TransformedResource(AmountGeneratorLine):
# we also need to check if 'self' has a quantity.
# Otherwise, generated amounts could have 0 quantity
# (overridden by cells that only define variation).
result = ['quantity']
result = ['quantity', 'int_index']
# Take into account variation_property_list for each variation
# for which hasProperty is true...
# FIXME: Why the resource and not the model line itself ? Or both ??
......
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