Commit 2cb6a83c authored by Lucas Carvalho's avatar Lucas Carvalho

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
parent 428c4266
......@@ -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>
......
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.
......
1231
\ No newline at end of file
1233
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment