Commit 30cdf100 authored by Aurel's avatar Aurel

update factory method to use new class name

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37555 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 71ca4879
...@@ -76,7 +76,7 @@ to Simulation Movements related to a limited set of existing Deliveries.</string ...@@ -76,7 +76,7 @@ to Simulation Movements related to a limited set of existing Deliveries.</string
</item> </item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addDeliveryBuilder</string> </value> <value> <string>addGeneratedDeliveryBuilder</string> </value>
</item> </item>
<item> <item>
<key> <string>filter_content_types</string> </key> <key> <string>filter_content_types</string> </key>
...@@ -94,11 +94,15 @@ to Simulation Movements related to a limited set of existing Deliveries.</string ...@@ -94,11 +94,15 @@ to Simulation Movements related to a limited set of existing Deliveries.</string
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</item> </item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addOrderBuilder</string> </value> <value> <string>addSimulatedDeliveryBuilder</string> </value>
</item> </item>
<item> <item>
<key> <string>filter_content_types</string> </key> <key> <string>filter_content_types</string> </key>
...@@ -79,11 +79,15 @@ ...@@ -79,11 +79,15 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>permission</string> </key> <key> <string>permission</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</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