Commit f92f219f authored by Nicolas Dumazet's avatar Nicolas Dumazet

add missing level of braces


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33324 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 77b511bb
......@@ -173,7 +173,7 @@ class TradeModelLine(Predicate, XMLMatrix, Amount):
base_application_list = self.getBaseApplicationList()
document = self.getParentValue()
self_id = '_'.join(document.getId(), self.getId(), context.getId())
self_id = '_'.join((document.getId(), self.getId(), context.getId()))
# Make tmp movement list only when trade model line is not set to movement level.
tmp_movement_list = []
......
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