Commit edf023a2 authored by Jérome Perrin's avatar Jérome Perrin

Allow to set a title on accounting transaction lines, which has priority over...

Allow to set a title on accounting transaction lines, which has priority over the transaction's title on report showing lines

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14467 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7ac8c7d9
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
<list> <list>
<string>my_destination_section_title</string> <string>my_destination_section_title</string>
<string>my_destination_title</string> <string>my_destination_title</string>
<string>my_title</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
<list> <list>
<string>my_source_section_title</string> <string>my_source_section_title</string>
<string>my_source_title</string> <string>my_source_title</string>
<string>my_title</string>
</list> </list>
</value> </value>
</item> </item>
......
301 302
\ No newline at end of file \ 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