<value><string>python: "warning" if (cell and ((not cell.getSpecialise() and cell.getQuantity()) or (cell.getSpecialiseValue().getQuantity() != cell.getQuantity()))) else ""</string></value>
<value><string>python: cell.getProductionPlanningCellClass() if field.get_value("editable") else ""</string></value>
</item>
</dictionary>
</pickle>
...
...
@@ -288,7 +288,7 @@
<dictionary>
<item>
<key><string>_text</string></key>
<value><string>python: cell.getQuantity() or 0 if cell else 0</string></value>
<value><string>python: cell.getQuantity() if cell else 0</string></value>