Commit 347f59b4 authored by Sebastien Robin's avatar Sebastien Robin

2010-04-19 Seb

* field my_amortisation_method were not displayed correctly.

Thanks to Boris Kocherov for notification.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34654 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d0f89f1a
......@@ -58,6 +58,10 @@
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value>
......@@ -82,6 +86,10 @@
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -152,7 +160,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: getattr(here.portal_categories[field.getId().replace(\'my_\', \'\', 1)], preferences.getPreference(\'preferred_category_child_item_list_method_id\', \'getCategoryChildCompactLogicalPathItemList\'))(local_sort_id=(\'int_index\', \'translated_title\'), checked_permission=\'View\')</string> </value>
<value> <string>python: getattr(here, \'Immobilisation_getAmortisationMethodDisplayList\', lambda a: [])()</string> </value>
</item>
</dictionary>
</pickle>
......
907
\ No newline at end of file
908
\ 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