From 1a88de3312e03e71a2c8b52115c22610a27f160b Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Thu, 30 Mar 2006 14:42:20 +0000 Subject: [PATCH] Fix action priority on Credit Card. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6355 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../ActionTemplateItem/portal_types/Credit%20Card/history.xml | 2 +- .../ActionTemplateItem/portal_types/Credit%20Card/metadata.xml | 2 +- .../portal_types/Credit%20Card/print_pdf.xml | 2 +- bt5/erp5_base/bt/change_log | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bt5/erp5_base/ActionTemplateItem/portal_types/Credit%20Card/history.xml b/bt5/erp5_base/ActionTemplateItem/portal_types/Credit%20Card/history.xml index ee2038fea2..b6c47d25b0 100644 --- a/bt5/erp5_base/ActionTemplateItem/portal_types/Credit%20Card/history.xml +++ b/bt5/erp5_base/ActionTemplateItem/portal_types/Credit%20Card/history.xml @@ -58,7 +58,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>2.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_base/ActionTemplateItem/portal_types/Credit%20Card/metadata.xml b/bt5/erp5_base/ActionTemplateItem/portal_types/Credit%20Card/metadata.xml index b9b9087faf..2aa4a6dcd4 100644 --- a/bt5/erp5_base/ActionTemplateItem/portal_types/Credit%20Card/metadata.xml +++ b/bt5/erp5_base/ActionTemplateItem/portal_types/Credit%20Card/metadata.xml @@ -58,7 +58,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>3.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_base/ActionTemplateItem/portal_types/Credit%20Card/print_pdf.xml b/bt5/erp5_base/ActionTemplateItem/portal_types/Credit%20Card/print_pdf.xml index 30690ef6fb..16d9e6d750 100644 --- a/bt5/erp5_base/ActionTemplateItem/portal_types/Credit%20Card/print_pdf.xml +++ b/bt5/erp5_base/ActionTemplateItem/portal_types/Credit%20Card/print_pdf.xml @@ -58,7 +58,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>10.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_base/bt/change_log b/bt5/erp5_base/bt/change_log index 1db09d57b7..0e52253cc5 100644 --- a/bt5/erp5_base/bt/change_log +++ b/bt5/erp5_base/bt/change_log @@ -1,3 +1,6 @@ +2006-03-30 romain +* fix action priority on credit card. + 2006-03-29 jerome * added password confirmation on Person. -- 2.30.9