Commit 4045f8e2 authored by Sebastien Robin's avatar Sebastien Robin

banking operation line was missing on stop payment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13651 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d67434ec
<allowed_content_type_list> <allowed_content_type_list>
<portal_type id="Check Payment"> <portal_type id="Check Payment">
<item>Banking Operation Line</item>
<item>Cash Delivery Line</item> <item>Cash Delivery Line</item>
<item>Banking Operation Line</item>
</portal_type> </portal_type>
<portal_type id="Check Payment Module"> <portal_type id="Check Payment Module">
<item>Check Payment</item> <item>Check Payment</item>
...@@ -38,13 +38,14 @@ ...@@ -38,13 +38,14 @@
</portal_type> </portal_type>
<portal_type id="Stop Payment"> <portal_type id="Stop Payment">
<item>Checkbook Delivery Line</item> <item>Checkbook Delivery Line</item>
<item>Banking Operation Line</item>
</portal_type> </portal_type>
<portal_type id="Stop Payment Module"> <portal_type id="Stop Payment Module">
<item>Stop Payment</item> <item>Stop Payment</item>
</portal_type> </portal_type>
<portal_type id="Traveler Check Purchase"> <portal_type id="Traveler Check Purchase">
<item>Banking Operation Line</item>
<item>Checkbook Delivery Line</item> <item>Checkbook Delivery Line</item>
<item>Banking Operation Line</item>
</portal_type> </portal_type>
<portal_type id="Traveler Check Purchase Module"> <portal_type id="Traveler Check Purchase Module">
<item>Traveler Check Purchase</item> <item>Traveler Check Purchase</item>
......
...@@ -116,6 +116,10 @@ ...@@ -116,6 +116,10 @@
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string>StopPayment_init</string> </value> <value> <string>StopPayment_init</string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
131 133
\ No newline at end of file \ No newline at end of file
...@@ -12,6 +12,7 @@ Checkbook Usual Cash Transfer | Checkbook Delivery Line ...@@ -12,6 +12,7 @@ Checkbook Usual Cash Transfer | Checkbook Delivery Line
Checkbook Vault Transfer Module | Checkbook Vault Transfer Checkbook Vault Transfer Module | Checkbook Vault Transfer
Checkbook Vault Transfer | Checkbook Delivery Line Checkbook Vault Transfer | Checkbook Delivery Line
Stop Payment Module | Stop Payment Stop Payment Module | Stop Payment
Stop Payment | Banking Operation Line
Stop Payment | Checkbook Delivery Line Stop Payment | Checkbook Delivery Line
Traveler Check Purchase Module | Traveler Check Purchase Traveler Check Purchase Module | Traveler Check Purchase
Traveler Check Purchase | Banking Operation Line Traveler Check Purchase | Banking Operation Line
......
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