[Erp5-report] r6691 - /erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_ac...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 14 22:53:02 CEST 2006


Author: kevin
Date: Fri Apr 14 22:53:00 2006
New Revision: 6691

URL: http://svn.erp5.org?rev=6691&view=rev
Log:
Missing "python:" statement.

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_viewAccountingTransactionList/preferred_section.xml

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_viewAccountingTransactionList/preferred_section.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_viewAccountingTransactionList/preferred_section.xml?rev=6691&r1=6690&r2=6691&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_viewAccountingTransactionList/preferred_section.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Entity_viewAccountingTransactionList/preferred_section.xml Fri Apr 14 22:53:00 2006
@@ -13,12 +13,6 @@
     <pickle>
       <dictionary>
         <item>
-            <key> <string>_owner</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
             <key> <string>id</string> </key>
             <value> <string>preferred_section</string> </value>
         </item>
@@ -285,7 +279,7 @@
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>here.portal_categories.resolveCategory(here.portal_preferences.getPreferredAccountingTransactionSectionCategory()).getTitle()</string> </value>
+            <value> <string>python: here.portal_categories.resolveCategory(here.portal_preferences.getPreferredAccountingTransactionSectionCategory()).getTitle()</string> </value>
         </item>
       </dictionary>
     </pickle>




More information about the Erp5-report mailing list