Commit 27e71b5e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

configure default payment rule.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32581 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ebec9db5
......@@ -53,10 +53,40 @@
<key> <string>default_reference</string> </key>
<value> <string>default_payment_rule</string> </value>
</item>
<item>
<key> <string>expandable_property</string> </key>
<value>
<tuple>
<string>destination</string>
<string>destination_payment</string>
<string>destination_project</string>
<string>destination_section</string>
<string>payment_mode</string>
<string>price</string>
<string>quantity</string>
<string>resource</string>
<string>source</string>
<string>source_payment</string>
<string>source_project</string>
<string>source_section</string>
<string>start_date</string>
<string>stop_date</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>default_payment_rule</string> </value>
</item>
<item>
<key> <string>matching_property</string> </key>
<value>
<tuple>
<string>destination</string>
<string>source</string>
</tuple>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Payment Rule</string> </value>
......
1105
\ No newline at end of file
1106
\ 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