Commit adeaa457 authored by Romain Courteaud's avatar Romain Courteaud

Modify the purchase packing list before it goes to diverged state, which forbid user modification.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41942 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7f449f57
......@@ -27,9 +27,7 @@
<item>
<key> <string>after_script_name</string> </key>
<value>
<list>
<string>Delivery_assertCustomPurchaseTradeCondition</string>
</list>
<tuple/>
</value>
</item>
<item>
......@@ -77,7 +75,9 @@
<item>
<key> <string>script_name</string> </key>
<value>
<tuple/>
<list>
<string>Delivery_assertCustomPurchaseTradeCondition</string>
</list>
</value>
</item>
<item>
......
62
\ No newline at end of file
64
\ 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