Commit b5afc4cb authored by Łukasz Nowak's avatar Łukasz Nowak

Select only movements w/o delivery category.

parent fb7eebe0
...@@ -320,7 +320,11 @@ ...@@ -320,7 +320,11 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>if src__==0:\n <value> <string>select_dict= {\'delivery_uid\': None}\n
kw[\'select_dict\']=select_dict\n
kw[\'left_join_list\']=select_dict.keys()\n
kw[\'delivery_uid\']=None\n
if src__==0:\n
return context.portal_catalog(**kw)\n return context.portal_catalog(**kw)\n
else:\n else:\n
return context.portal_catalog(src__=1, **kw)\n return context.portal_catalog(src__=1, **kw)\n
......
340 341
\ 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