[Erp5-report] r10520 - /erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_a...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 4 11:08:14 CEST 2006


Author: jerome
Date: Wed Oct  4 11:08:12 2006
New Revision: 10520

URL: http://svn.erp5.org?rev=10520&view=rev
Log:
typo

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

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=10520&r1=10519&r2=10520&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isSourceView.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_isSourceView.xml Wed Oct  4 11:08:12 2006
@@ -71,7 +71,7 @@
             <value> <string>source = context.getSourceSectionValue()\n
 section_category = context.portal_preferences.getPreferredSectionCategory()\n
 if source is not None and section_category:\n
-  if source.isMemberOf(section_cat):\n
+  if source.isMemberOf(section_category):\n
     return 1\n
 \n
 return 0\n
@@ -126,7 +126,7 @@
                             <string>_getattr_</string>
                             <string>context</string>
                             <string>source</string>
-                            <string>section_cat</string>
+                            <string>section_category</string>
                             <string>None</string>
                           </tuple>
                         </value>




More information about the Erp5-report mailing list