Commit 375b9730 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

explicitly set all properties, otherwise quantity property may not be stored...

explicitly set all properties, otherwise quantity property may not be stored because its acquired value is same.
parent 5c6164b0
......@@ -698,7 +698,7 @@ class BusinessProcess(Path, XMLObject):
except ValueError:
pass
kw.update(update_property_dict)
movement._edit(**kw)
movement._edit(force_update=True, **kw)
business_link = self.getBusinessLinkValueList(trade_phase=trade_phase,
context=movement)
movement._setCausalityList([trade_model_path.getRelativeUrl()]
......
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