Commit 0393a2dd authored by Jérome Perrin's avatar Jérome Perrin

do not display expected quantities on order

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41344 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 288dca68
......@@ -57,12 +57,24 @@
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>as_cell_range_script_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>cell_base_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>cell_portal_type</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>editable_attributes</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value>
......@@ -81,6 +93,10 @@
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -162,7 +178,7 @@ python: [x.id for x in here.allowedContentTypes() if x.id.find(\'Cell\')>=0][0]
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>not:context/isMovement</string> </value>
<value> <string>python: not context.isMovement() and context.getPortalType() in context.getPortalDeliveryTypeList()</string> </value>
</item>
</dictionary>
</pickle>
......
254
\ No newline at end of file
257
\ 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