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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 9 09:50:54 CET 2009


Author: jerome
Date: Wed Dec  9 09:50:49 2009
New Revision: 31174

URL: http://svn.erp5.org?rev=31174&view=rev
Log:
Use short title on the category

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

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getGapItemList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getGapItemList.xml?rev=31174&r1=31173&r2=31174&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getGapItemList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getGapItemList.xml [utf8] Wed Dec  9 09:50:49 2009
@@ -61,11 +61,10 @@
 """\n
 \n
 display_cache = {}\n
-\n
 def display(x):\n
   if x not in display_cache:\n
     gap_id = x.getReference() or x.getId()\n
-    display_cache[x] = \'%s - %s\' % (gap_id, x.getTitle())\n
+    display_cache[x] = \'%s - %s\' % (gap_id, x.getShortTitle() or x.getTitle())\n
   return display_cache[x]\n
 \n
 def sort(x,y):\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=31174&r1=31173&r2=31174&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Wed Dec  9 09:50:49 2009
@@ -1,1 +1,1 @@
-1074
+1075




More information about the Erp5-report mailing list