[Erp5-report] r36480 jerome - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_s...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 21 16:07:55 CEST 2010


Author: jerome
Date: Mon Jun 21 16:07:47 2010
New Revision: 36480

URL: http://svn.erp5.org?rev=36480&view=rev
Log:
honor 'preferred accounting section category strict membership' in transaction tab from entities and accounts

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml?rev=36480&r1=36479&r2=36480&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/ERP5Accounting_getParams.xml [utf8] Mon Jun 21 16:07:47 2010
@@ -100,7 +100,8 @@ if at_date:\n
 section_category = selection_params.get(\'section_category\',\n
                  preference.getPreferredAccountingTransactionSectionCategory())\n
 if section_category:\n
-  params[\'section_uid\'] = context.Base_getSectionUidListForSectionCategory(section_category)\n
+  params[\'section_uid\'] = context.Base_getSectionUidListForSectionCategory(section_category,\n
+                              preference.isPreferredAccountingSectionCategoryStrict())\n
   currency = context.Base_getCurrencyForSection(section_category)\n
   # getQuantityPrecisionFromResource is defined on Base, but the portal is not \n
   # an instance of Base, so we call it on portal_simulation because it is\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=36480&r1=36479&r2=36480&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Mon Jun 21 16:07:47 2010
@@ -1 +1 @@
-1289
\ No newline at end of file
+1290
\ No newline at end of file




More information about the Erp5-report mailing list