Commit d55efe38 authored by Jérome Perrin's avatar Jérome Perrin

insolvency_proceding: fix missing init script

This portal type refered a non existant init script, which prevents
adding documents of this type.
parent e8542950
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string>ClaimDeclarationLine_init</string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
......
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