Commit 69332628 authored by Fabien Morin's avatar Fabien Morin

add a reference field in PaySheetModelLine_view, this is useful for the model inheritance process

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18320 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f3b12b1d
......@@ -107,6 +107,7 @@
<value>
<list>
<string>my_title</string>
<string>my_reference</string>
<string>my_resource_title</string>
<string>my_calculation_script_id</string>
<string>my_base_amount_list</string>
......
......@@ -432,7 +432,7 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
......
188
\ No newline at end of file
189
\ 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