From 8bbd75178bdc041ff1b703ef5ae121ba65fb8702 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Wed, 8 Sep 2004 13:29:34 +0000
Subject: [PATCH] Renamed from discount_view.form to Discount_view.form.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1667 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../erp5_trade/{discount_view.form => Discount_view.form} | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
 rename product/ERP5/skins/erp5_trade/{discount_view.form => Discount_view.form} (97%)

diff --git a/product/ERP5/skins/erp5_trade/discount_view.form b/product/ERP5/skins/erp5_trade/Discount_view.form
similarity index 97%
rename from product/ERP5/skins/erp5_trade/discount_view.form
rename to product/ERP5/skins/erp5_trade/Discount_view.form
index 3050c46460..f92c3b0804 100755
--- a/product/ERP5/skins/erp5_trade/discount_view.form
+++ b/product/ERP5/skins/erp5_trade/Discount_view.form
@@ -5,7 +5,7 @@
   <row_length>4</row_length>
   <name>remise_view</name>
   <pt>form_view</pt>
-  <action>base_edit</action>
+  <action>Base_edit</action>
   <update_action></update_action>
   <method>POST</method>
   <enctype></enctype>
@@ -51,6 +51,8 @@
           <css_class></css_class>
           <default></default>
           <description></description>
+          <editable type="int">1</editable>
+          <enabled type="int">1</enabled>
           <external_validator></external_validator>
           <extra></extra>
           <height type="int">3</height>
@@ -60,6 +62,8 @@
           <max_lines></max_lines>
           <required type="int">0</required>
           <title>Description</title>
+          <unicode type="int">0</unicode>
+          <whitespace_preserve type="int">0</whitespace_preserve>
           <width type="int">40</width>
         </values>
         <tales>
@@ -226,4 +230,4 @@
       </fields>
     </group>
   </groups>
-</form>
+</form>
\ No newline at end of file
-- 
2.30.9