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

propose source or destination_project relation string field on accounting transaction views

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26921 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5f5d2945
...@@ -106,6 +106,7 @@ ...@@ -106,6 +106,7 @@
<value> <value>
<list> <list>
<string>my_stop_date</string> <string>my_stop_date</string>
<string>my_destination_project_title</string>
<string>my_comment</string> <string>my_comment</string>
<string>my_translated_portal_type</string> <string>my_translated_portal_type</string>
<string>my_translated_simulation_state_title</string> <string>my_translated_simulation_state_title</string>
......
...@@ -106,6 +106,7 @@ ...@@ -106,6 +106,7 @@
<value> <value>
<list> <list>
<string>my_stop_date</string> <string>my_stop_date</string>
<string>my_source_project_title</string>
<string>my_comment</string> <string>my_comment</string>
<string>my_translated_portal_type</string> <string>my_translated_portal_type</string>
<string>my_translated_simulation_state_title</string> <string>my_translated_simulation_state_title</string>
......
...@@ -106,6 +106,7 @@ ...@@ -106,6 +106,7 @@
<value> <value>
<list> <list>
<string>my_start_date</string> <string>my_start_date</string>
<string>my_source_project_title</string>
<string>my_comment</string> <string>my_comment</string>
<string>my_translated_portal_type</string> <string>my_translated_portal_type</string>
<string>my_translated_simulation_state_title</string> <string>my_translated_simulation_state_title</string>
......
919 920
\ 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