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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 13 16:52:27 CET 2008


Author: kazuhiko
Date: Thu Nov 13 16:52:20 2008
New Revision: 24587

URL: http://svn.erp5.org?rev=24587&view=rev
Log:
calling timezone() is missing.

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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getNotGroupedAccountingTransactionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getNotGroupedAccountingTransactionList.xml?rev=24587&r1=24586&r2=24587&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getNotGroupedAccountingTransactionList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getNotGroupedAccountingTransactionList.xml [utf8] Thu Nov 13 16:52:20 2008
@@ -120,7 +120,7 @@
 \n
     brain_date = brain.date\n
     if mvt.getStartDate():\n
-      brain_date = brain_date.toZone(mvt.getStartDate())\n
+      brain_date = brain_date.toZone(mvt.getStartDate().timezone())\n
     \n
     line_list.append(\n
           Object(uid=\'new_000\',\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=24587&r1=24586&r2=24587&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Thu Nov 13 16:52:20 2008
@@ -1,1 +1,1 @@
-807
+808




More information about the Erp5-report mailing list