Commit c7f40858 authored by Kevin Deldycke's avatar Kevin Deldycke

Missing "python:" statement.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6691 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 48211bd8
......@@ -12,12 +12,6 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>preferred_section</string> </value>
......@@ -285,7 +279,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here.portal_categories.resolveCategory(here.portal_preferences.getPreferredAccountingTransactionSectionCategory()).getTitle()</string> </value>
<value> <string>python: here.portal_categories.resolveCategory(here.portal_preferences.getPreferredAccountingTransactionSectionCategory()).getTitle()</string> </value>
</item>
</dictionary>
</pickle>
......
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