Commit c2e87fd8 authored by Guillaume Michon's avatar Guillaume Michon

Added a comment about previously added quantity_sign property


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3370 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 72314d73
......@@ -91,6 +91,9 @@ class Amount:
'acquisition_accessor_id' : 'getQuantity',
'acquisition_depends' : None,
'mode' : 'w' },
# quantity_sign is used by QuantitySignMovementGroup
# When comparing a delivery to a property_dict coming from a MovementGroup,
# the DeliveryBuilder needs to have at least a specific property for each MovementGroup
{ 'id' : 'quantity_sign',
'description' : 'defines if the quantity is positive or negative',
'type' : 'float',
......
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