Commit d0381c47 authored by Fabien Morin's avatar Fabien Morin

add title and description on movemnents. This is usefull for the builder to set it on created lines


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27775 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7a68e825
......@@ -179,6 +179,8 @@ class TradeModelLine(Predicate, XMLMatrix, Amount):
}
common_params = {
'title':self.getTitle(),
'description':self.getDescription(),
'resource': self.getResource(),
'reference': self.getReference(),
'int_index': self.getIntIndex(),
......
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