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

Use strict membership.

parent c7fc6e5e
......@@ -56,7 +56,7 @@ section_uid = context.getSourceSectionUid()\n
customer_uid = context.getDestinationSectionUid()\n
simulation_state = context.getPortalCurrentInventoryStateList() + context.getPortalTransitInventoryStateList()\n
balance = context.portal_simulation.getInventoryAssetPrice(\n
node_category=\'account_type/asset/receivable\',\n
node_category_strict_membership=\'account_type/asset/receivable\',\n
simulation_state=simulation_state,\n
section_uid=section_uid,\n
mirror_section_uid=customer_uid)\n
......
157
\ No newline at end of file
158
\ 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