Commit f08fd29b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

now delivery solvers are ERP5 document under portal_solvers.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36864 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1c93b2bc
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python:here.getPortalObject().portal_solvers.getDeliverySolverTranslatedItemList()</string> </value> <value> <string>python:map(lambda x: (x, \'portal_solvers/%s\' % x), here.getPortalDeliverySolverTypeList())</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
793 794
\ 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