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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 5 11:59:23 CEST 2009


Author: jerome
Date: Fri Jun  5 11:59:23 2009
New Revision: 27387

URL: http://svn.erp5.org?rev=27387&view=rev
Log:
show category reference if present

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=27387&r1=27386&r2=27387&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] Fri Jun  5 11:59:23 2009
@@ -64,7 +64,7 @@
 \n
 def display(x):\n
   if x not in display_cache:\n
-    gap_id = x.getId()\n
+    gap_id = x.getReference() or x.getId()\n
     if gap_id.isdigit():\n
       display_cache[x] = "%s - %s" % (gap_id, x.getTitle())\n
     else:\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=27387&r1=27386&r2=27387&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Fri Jun  5 11:59:23 2009
@@ -1,1 +1,1 @@
-936
+937




More information about the Erp5-report mailing list