Commit 4639d1e5 authored by Vincent Pelletier's avatar Vincent Pelletier

Add getPreferredAccountingTransactionSectionCategory as default parameter for...

Add getPreferredAccountingTransactionSectionCategory as default parameter for section_category in the accounting listbox to fix the "stat sum is twice the acutal sum" bug.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5098 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dd7eafd8
......@@ -444,7 +444,12 @@
<item>
<key> <string>default_params</string> </key>
<value>
<list/>
<list>
<tuple>
<string>section_category</string>
<string>here.portal_preferences.getPreferredAccountingTransactionSectionCategory()</string>
</tuple>
</list>
</value>
</item>
<item>
......
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