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 @@ ...@@ -27,9 +27,7 @@
<item> <item>
<key> <string>after_script_name</string> </key> <key> <string>after_script_name</string> </key>
<value> <value>
<list> <tuple/>
<string>Delivery_assertCustomPurchaseTradeCondition</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -77,7 +75,9 @@ ...@@ -77,7 +75,9 @@
<item> <item>
<key> <string>script_name</string> </key> <key> <string>script_name</string> </key>
<value> <value>
<tuple/> <list>
<string>Delivery_assertCustomPurchaseTradeCondition</string>
</list>
</value> </value>
</item> </item>
<item> <item>
......
62 64
\ No newline at end of file \ 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