Commit 2db94e5f authored by Aurel's avatar Aurel

change inheritance order as we do not want movement class to override

method from ProperyRecordableMixin


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37458 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b5be9c89
......@@ -61,7 +61,7 @@ parent_to_movement_simulation_state = {
'invoiced' : 'planned',
}
class SimulationMovement(Movement, PropertyRecordableMixin, ExplainableMixin):
class SimulationMovement(PropertyRecordableMixin, Movement, ExplainableMixin):
"""
Simulation movements belong to a simulation workflow which includes
the following steps
......
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