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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 6 10:42:52 CEST 2007


Author: jerome
Date: Wed Jun  6 10:42:52 2007
New Revision: 14705

URL: http://svn.erp5.org?rev=14705&view=rev
Log:
fix the use of accessor for is_credit_account property on accounts.

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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getNormalBalance.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getNormalBalance.xml?rev=14705&r1=14704&r2=14705&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getNormalBalance.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getNormalBalance.xml Wed Jun  6 10:42:52 2007
@@ -70,7 +70,7 @@
             <key> <string>_body</string> </key>
             <value> <string>total = context.AccountModule_getBalance(brain=brain, selection=selection, **kw)\n
 account = brain.getObject()\n
-if account.getIsCreditAccount():\n
+if account.isCreditAccount():\n
   total = - total\n
 return total\n
 </string> </value>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=14705&r1=14704&r2=14705&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Wed Jun  6 10:42:52 2007
@@ -1,1 +1,1 @@
-323
+324




More information about the Erp5-report mailing list