[Erp5-report] r10347 - /erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_a...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 27 11:35:50 CEST 2006


Author: jp
Date: Wed Sep 27 11:35:48 2006
New Revision: 10347

URL: http://svn.erp5.org?rev=10347&view=rev
Log:
When displaying the list of categoies in accounting lines, it is better to show too much than not enough. Also, setting to stric was breaking compatibility with existing accounting databases.

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getNodeItemList.xml

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getNodeItemList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getNodeItemList.xml?rev=10347&r1=10346&r2=10347&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getNodeItemList.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getNodeItemList.xml Wed Sep 27 11:35:48 2006
@@ -130,7 +130,7 @@
                               sort_method=sort,\n
                               # we don\'t want strict membership if now category\n
                               # has been found.\n
-                              strict_membership=(category is not None),\n
+                              strict_membership=0,\n
                               filter=filter_dict)\n
   return item_list\n
 \n




More information about the Erp5-report mailing list