From 6b809d2da2022513a5d30f48f385ce4b2fe9b56c Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Wed, 21 Oct 2009 16:37:23 +0000
Subject: [PATCH] change visible value for several Purchase Supply Line actions
 just same as those in Sale Supply Line.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29899 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_types/Purchase%20Supply%20Line/additional_price.xml  | 2 +-
 .../portal_types/Purchase%20Supply%20Line/discount_ratio.xml    | 2 +-
 .../portal_types/Purchase%20Supply%20Line/surcharge_ratio.xml   | 2 +-
 bt5/erp5_pdm/bt/revision                                        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bt5/erp5_pdm/ActionTemplateItem/portal_types/Purchase%20Supply%20Line/additional_price.xml b/bt5/erp5_pdm/ActionTemplateItem/portal_types/Purchase%20Supply%20Line/additional_price.xml
index 0a2f49c592..1b1462b9d3 100644
--- a/bt5/erp5_pdm/ActionTemplateItem/portal_types/Purchase%20Supply%20Line/additional_price.xml
+++ b/bt5/erp5_pdm/ActionTemplateItem/portal_types/Purchase%20Supply%20Line/additional_price.xml
@@ -61,7 +61,7 @@
         </item>
         <item>
             <key> <string>visible</string> </key>
-            <value> <int>0</int> </value>
+            <value> <int>1</int> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_pdm/ActionTemplateItem/portal_types/Purchase%20Supply%20Line/discount_ratio.xml b/bt5/erp5_pdm/ActionTemplateItem/portal_types/Purchase%20Supply%20Line/discount_ratio.xml
index 89e115c38d..758583190d 100644
--- a/bt5/erp5_pdm/ActionTemplateItem/portal_types/Purchase%20Supply%20Line/discount_ratio.xml
+++ b/bt5/erp5_pdm/ActionTemplateItem/portal_types/Purchase%20Supply%20Line/discount_ratio.xml
@@ -61,7 +61,7 @@
         </item>
         <item>
             <key> <string>visible</string> </key>
-            <value> <int>0</int> </value>
+            <value> <int>1</int> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_pdm/ActionTemplateItem/portal_types/Purchase%20Supply%20Line/surcharge_ratio.xml b/bt5/erp5_pdm/ActionTemplateItem/portal_types/Purchase%20Supply%20Line/surcharge_ratio.xml
index 94dcc59a1a..8978c6b100 100644
--- a/bt5/erp5_pdm/ActionTemplateItem/portal_types/Purchase%20Supply%20Line/surcharge_ratio.xml
+++ b/bt5/erp5_pdm/ActionTemplateItem/portal_types/Purchase%20Supply%20Line/surcharge_ratio.xml
@@ -61,7 +61,7 @@
         </item>
         <item>
             <key> <string>visible</string> </key>
-            <value> <int>0</int> </value>
+            <value> <int>1</int> </value>
         </item>
       </dictionary>
     </pickle>
diff --git a/bt5/erp5_pdm/bt/revision b/bt5/erp5_pdm/bt/revision
index b0e9f8d0ff..755152b7ef 100644
--- a/bt5/erp5_pdm/bt/revision
+++ b/bt5/erp5_pdm/bt/revision
@@ -1 +1 @@
-358
\ No newline at end of file
+359
\ No newline at end of file
-- 
2.30.9