From 6824832e2f217a877948ad1a4bf30905489da5a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 14 Mar 2008 17:33:12 +0000 Subject: [PATCH] remove wrong default for preferred transactions from and at date git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19941 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../my_preferred_accounting_transaction_at_date.xml | 7 +++++++ .../my_preferred_accounting_transaction_from_date.xml | 7 +++++++ bt5/erp5_accounting/bt/revision | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Preference_viewAccounting/my_preferred_accounting_transaction_at_date.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Preference_viewAccounting/my_preferred_accounting_transaction_at_date.xml index 7d822c5427..007891ddcf 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Preference_viewAccounting/my_preferred_accounting_transaction_at_date.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Preference_viewAccounting/my_preferred_accounting_transaction_at_date.xml @@ -13,6 +13,7 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>default</string> <string>required</string> </list> </value> @@ -74,6 +75,12 @@ <key> <string>values</string> </key> <value> <dictionary> + <item> + <key> <string>default</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>field_id</string> </key> <value> <string>your_at_date</string> </value> diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Preference_viewAccounting/my_preferred_accounting_transaction_from_date.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Preference_viewAccounting/my_preferred_accounting_transaction_from_date.xml index a99e21789d..455883d8f5 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Preference_viewAccounting/my_preferred_accounting_transaction_from_date.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Preference_viewAccounting/my_preferred_accounting_transaction_from_date.xml @@ -13,6 +13,7 @@ <key> <string>delegated_list</string> </key> <value> <list> + <string>default</string> <string>required</string> </list> </value> @@ -74,6 +75,12 @@ <key> <string>values</string> </key> <value> <dictionary> + <item> + <key> <string>default</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>field_id</string> </key> <value> <string>your_from_date</string> </value> diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index c3282600a4..a557316495 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -640 \ No newline at end of file +641 \ No newline at end of file -- 2.30.9