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 9a33fe23eff5cf2004114329ba5381be4084b190..845ebb0223c146b293f8e6284e74f864f321d8c2 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 ea84c2dd44b423637a19a1c120d1eed6326e5dcf..559b6baa9b7c80cdff3011f3d8792e84cd0832f1 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 d8c5ea26ff16977e12804fd0223b50a5acd2aebe..fb9a769a45346f62b27cbaafb7febbb6dcfb2186 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