From f131c4484ac40867db9ca782940d81d9e6b6e4a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 20 Mar 2008 19:20:44 +0000
Subject: [PATCH] Default date format in Base_generateDayDomain should not
 include year

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20086 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_core/Base_generateDayDomain.xml           | 2 +-
 product/ERP5/bootstrap/erp5_core/bt/revision                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_generateDayDomain.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_generateDayDomain.xml
index 80ced8ba3a..2ea15c8e89 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_generateDayDomain.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_generateDayDomain.xml
@@ -88,7 +88,7 @@ bound_stop = bound_start + 1\n
 date_order = portal.portal_preferences.getPreferredDateOrder()\n
 date_format = dict(ymd=\'%m/%d %H:00\',\n
                    dmy=\'%d/%m %H:00\',\n
-                   mdy=\'%m/%d %H:00\').get(date_order, \'%Y/%m/%d %H:00\')\n
+                   mdy=\'%m/%d %H:00\').get(date_order, \'%m/%d %H:00\')\n
 \n
 category_list = []\n
 if depth == 0:\n
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index e9769c1995..cbb5735d83 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-759
\ No newline at end of file
+760
\ No newline at end of file
-- 
2.30.9