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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 7 10:16:30 CEST 2006


Author: kevin
Date: Wed Jun  7 10:16:29 2006
New Revision: 7630

URL: http://svn.erp5.org?rev=7630&view=rev
Log:
Fix default warning message displaying in Account_getGapItemList.

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

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=7630&r1=7629&r2=7630&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getGapItemList.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getGapItemList.xml Wed Jun  7 10:16:29 2006
@@ -84,7 +84,7 @@
 \n
 gap_root = context.portal_preferences.getPreferredAccountingTransactionGap() \n
 if gap_root is None:\n
-  return [(\'\', \'Set Preferred GAP In preferences !\')]\n
+  return [(\'Set Preferred GAP In preferences !\', \'\')]\n
 \n
 def getGapItemList(gap_root, portal_path): \n
   obj = context.portal_categories.resolveCategory(gap_root)\n




More information about the Erp5-report mailing list