From 2cb6a83c40d8c7ddf55543b260dbff5a306e6ac3 Mon Sep 17 00:00:00 2001
From: Lucas Carvalho <lucas@nexedi.com>
Date: Fri, 28 May 2010 18:40:43 +0000
Subject: [PATCH] 2010-05-28 lucas * Added quantity into Expandable Properties
 of the default_accounting_transaction_rule object.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35759 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 ...default_accounting_transaction_root_simulation_rule.xml | 7 +++++++
 bt5/erp5_accounting/bt/change_log                          | 3 +++
 bt5/erp5_accounting/bt/revision                            | 2 +-
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_accounting_transaction_root_simulation_rule.xml b/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_accounting_transaction_root_simulation_rule.xml
index 9a33fe23ef..845ebb0223 100644
--- a/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_accounting_transaction_root_simulation_rule.xml
+++ b/bt5/erp5_accounting/PathTemplateItem/portal_rules/default_accounting_transaction_root_simulation_rule.xml
@@ -53,6 +53,12 @@
             <key> <string>default_reference</string> </key>
             <value> <string>default_accounting_transaction_rule</string> </value>
         </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
         <item>
             <key> <string>expandable_property</string> </key>
             <value>
@@ -63,6 +69,7 @@
                 <string>destination_payment</string>
                 <string>destination_project</string>
                 <string>destination_section</string>
+                <string>quantity</string>
                 <string>source_administration</string>
                 <string>source_decision</string>
                 <string>source_function</string>
diff --git a/bt5/erp5_accounting/bt/change_log b/bt5/erp5_accounting/bt/change_log
index ea84c2dd44..559b6baa9b 100644
--- a/bt5/erp5_accounting/bt/change_log
+++ b/bt5/erp5_accounting/bt/change_log
@@ -1,3 +1,6 @@
+2010-05-28 lucas
+* Added quantity into Expandable Properties of the default_accounting_transaction_rule object.
+
 2010-05-28 yo
 * Keep remaining in the same view after adding a new Accounting Transaction Line.
 
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index d8c5ea26ff..fb9a769a45 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-1231
\ No newline at end of file
+1233
\ No newline at end of file
-- 
2.30.9