[Erp5-report] r17002 - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_skins/er...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 15 14:14:31 CEST 2007


Author: jerome
Date: Mon Oct 15 14:14:31 2007
New Revision: 17002

URL: http://svn.erp5.org?rev=17002&view=rev
Log:
Base_getAccountingPeriodStartDateForSectionCategory: take into account the new 'started' state for Accounting Periods

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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Base_getAccountingPeriodStartDateForSectionCategory.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Base_getAccountingPeriodStartDateForSectionCategory.xml?rev=17002&r1=17001&r2=17002&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Base_getAccountingPeriodStartDateForSectionCategory.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Base_getAccountingPeriodStartDateForSectionCategory.xml Mon Oct 15 14:14:31 2007
@@ -81,7 +81,7 @@
   period_start_date = None\n
   valid_accounting_period = dict(portal_type=\'Accounting Period\',\n
                                  simulation_state=(\'planned\', \'confirmed\',\n
-                                        \'stopped\', \'closing\', \'delivered\'))\n
+                                   \'started\', \'stopped\', \'closing\', \'delivered\'))\n
   for uid in section_uid:\n
     section = portal.portal_catalog.getObject(uid)\n
     for ap in section.contentValues(filter=valid_accounting_period):\n
@@ -110,6 +110,12 @@
         </item>
         <item>
             <key> <string>_filepath</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_owner</string> </key>
             <value>
               <none/>
             </value>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=17002&r1=17001&r2=17002&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Mon Oct 15 14:14:31 2007
@@ -1,1 +1,1 @@
-431
+434




More information about the Erp5-report mailing list