[Erp5-report] r10964 - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_skins/er...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Oct 26 15:10:44 CEST 2006
Author: jerome
Date: Thu Oct 26 15:10:42 2006
New Revision: 10964
URL: http://svn.erp5.org?rev=10964&view=rev
Log:
fixes TypeError: getItemList() got an unexpected keyword argument 'omit_filter'
Modified:
erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionLine_getNodeItemList.xml
erp5/trunk/bt5/erp5_accounting/bt/revision
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=10964&r1=10963&r2=10964&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 Thu Oct 26 15:10:42 2006
@@ -121,7 +121,7 @@
def sort(x,y):\n
return cmp(display(x), display(y))\n
\n
-def getItemList(category=None, portal_path=None, mirror=0,\n
+def getItemList(category=None, portal_path=None, mirror=0, omit_filter=0,\n
user_name=None, simulation_state=None):\n
"""Returns a list of Account path items. """\n
if category is not None:\n
Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=10964&r1=10963&r2=10964&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Thu Oct 26 15:10:42 2006
@@ -1,1 +1,1 @@
-100
+101
More information about the Erp5-report
mailing list