[Erp5-report] r34168 kazuhiko - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 26 21:43:10 CET 2010


Author: kazuhiko
Date: Fri Mar 26 21:43:08 2010
New Revision: 34168

URL: http://svn.erp5.org?rev=34168&view=rev
Log:
fix typos.

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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isSourceView.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isSourceView.xml?rev=34168&r1=34167&r2=34168&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isSourceView.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isSourceView.xml [utf8] Fri Mar 26 21:43:08 2010
@@ -69,9 +69,9 @@
 # then we\'ll not show source view\n
 destination = context.getDestinationSectionValue()\n
 if destination is not None and section_category:\n
-  if source.getPortalType() == \'Person\':\n
+  if destination.getPortalType() == \'Person\':\n
     return True\n
-  if source.isMemberOf(section_category):\n
+  if destination.isMemberOf(section_category):\n
     return False\n
 \n
 # If we reach this point, none of the sections are member of the preferred section\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=34168&r1=34167&r2=34168&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Fri Mar 26 21:43:08 2010
@@ -1,1 +1,1 @@
-1147
+1148




More information about the Erp5-report mailing list