Commit 9d159053 authored by Romain Courteaud's avatar Romain Courteaud

slapos_accounting: allow negative quantity on the packing list

parent c7db0e58
......@@ -26,11 +26,7 @@
</item>
<item>
<key> <string>expression</string> </key>
<value> <string encoding="cdata"><![CDATA[
python: 0 < context.getTotalQuantity()
]]></string> </value>
<value> <string>python: 0 != context.getTotalQuantity()</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
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