Commit ee1fe65e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

support new simulation hierarchy.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33356 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 140f72a5
......@@ -59,6 +59,9 @@
simulation_movement_list = order_movement.getOrderRelatedValueList(\n
portal_type="Simulation Movement")\n
for simulation_movement in simulation_movement_list:\n
if simulation_movement.getDelivery() == order_movement.getRelativeUrl():\n
simulation_movement.setDelivery(None)\n
# \'order\' category is deprecated. it is kept for compatibility.\n
if simulation_movement.getOrder() == order_movement.getRelativeUrl():\n
simulation_movement.setOrder(None)\n
</string> </value>
......
690
\ No newline at end of file
691
\ No newline at end of file
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