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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 17 16:35:30 CEST 2010


Author: jerome
Date: Thu Jun 17 16:35:30 2010
New Revision: 36433

URL: http://svn.erp5.org?rev=36433&view=rev
Log:
convert to the proper timezone (quick fix until this view is rewritten completly)

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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/BankAccount_getAccountingTransactionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/BankAccount_getAccountingTransactionList.xml?rev=36433&r1=36432&r2=36433&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/BankAccount_getAccountingTransactionList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/BankAccount_getAccountingTransactionList.xml [utf8] Thu Jun 17 16:35:30 2010
@@ -149,7 +149,7 @@ for l in result:\n
                    , balance            = l.balance\n
                    , credit             = l.credit\n
                    , debit              = l.debit\n
-                   , date               = l.date\n
+                   , date               = l.date.toZone(l.getObject().getStartDate().timezone())\n
                    , section_title      = l.section_title\n
                    , specific_reference = l.specific_reference\n
                    )\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=36433&r1=36432&r2=36433&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Thu Jun 17 16:35:30 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