From d05ea4fad9fa98be7cd6bc393a31ba40213b0a42 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Tue, 24 Oct 2006 14:25:55 +0000
Subject: [PATCH] rename field is_credit_account in credit_account

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10910 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_accounting/Account_view.xml               | 2 +-
 .../{my_is_credit_account.xml => my_credit_account.xml}         | 2 +-
 bt5/erp5_accounting/bt/revision                                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_view/{my_is_credit_account.xml => my_credit_account.xml} (99%)

diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_view.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_view.xml
index 371837c7c2..135d5a5976 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_view.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_view.xml
@@ -91,7 +91,7 @@
                     <value>
                       <list>
                         <string>my_title</string>
-                        <string>my_is_credit_account</string>
+                        <string>my_credit_account</string>
                         <string>my_gap</string>
                         <string>my_account_type</string>
                         <string>my_financial_section</string>
diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_view/my_is_credit_account.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_view/my_credit_account.xml
similarity index 99%
rename from bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_view/my_is_credit_account.xml
rename to bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_view/my_credit_account.xml
index b30fceaba0..2cdff03bff 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_view/my_is_credit_account.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_view/my_credit_account.xml
@@ -14,7 +14,7 @@
       <dictionary>
         <item>
             <key> <string>id</string> </key>
-            <value> <string>my_is_credit_account</string> </value>
+            <value> <string>my_credit_account</string> </value>
         </item>
         <item>
             <key> <string>message_values</string> </key>
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index c4fbb1cfac..d7f3668a68 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-97
\ No newline at end of file
+98
\ No newline at end of file
-- 
2.30.9