Commit aa2d593f authored by Kevin Deldycke's avatar Kevin Deldycke

* Use section_portal_type_list to break acquisition of 'group' property from...

  * Use section_portal_type_list to break acquisition of 'group' property from Person to Organisation.
  * Remove unnecessary commented lines.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6375 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ca82fc5
......@@ -93,12 +93,12 @@ if kw.get(\'omit_input\') :\n
if kw.get(\'omit_output\') :\n
kwd[\'omit_output\'] = 1\n
\n
# return context.portal_simulation.getInventory(node_uid=context.getUid(),\n
# omit_simulation=1,\n
# **kwd)\n
return context.portal_simulation.getInventoryAssetPrice(node_uid=context.getUid(),\n
omit_simulation=1,\n
**kwd)\n
kwd[\'section_portal_type_list\'] = [\'Organisation\']\n
\n
return context.portal_simulation.getInventoryAssetPrice( node_uid = context.getUid()\n
, omit_simulation = 1\n
, **kwd\n
)\n
</string> </value>
</item>
<item>
......
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