Commit 574124e6 authored by Sebastien Robin's avatar Sebastien Robin

added parameters to DeliverBuilder_selectConfirmedDeliveryList.xml


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6055 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1c943acf
...@@ -90,7 +90,7 @@ return [x.getObject() for x in context.portal_catalog(portal_type=portal_type,si ...@@ -90,7 +90,7 @@ return [x.getObject() for x in context.portal_catalog(portal_type=portal_type,si
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string></string> </value> <value> <string>**kw</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -116,6 +116,7 @@ return [x.getObject() for x in context.portal_catalog(portal_type=portal_type,si ...@@ -116,6 +116,7 @@ return [x.getObject() for x in context.portal_catalog(portal_type=portal_type,si
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>kw</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>portal_type</string> <string>portal_type</string>
......
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