Commit a4727a5a authored by Jérome Perrin's avatar Jérome Perrin

check that cell is not None

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21422 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e00a7048
......@@ -62,7 +62,7 @@
<value>
<dictionary>
<item>
<key> <string>default</string> </key>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
......@@ -127,7 +127,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:cell.getProperty(\'price\')</string> </value>
<value> <string>python: cell is not None and cell.getProperty(\'price\')</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -63,7 +63,7 @@
<value>
<dictionary>
<item>
<key> <string>default</string> </key>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
......@@ -77,7 +77,7 @@
<value> <string></string> </value>
</item>
<item>
<key> <string>precision</string> </key>
<key> <string>precision</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
......@@ -130,7 +130,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: cell.getProperty(\'quantity\')</string> </value>
<value> <string>python: cell is not None and cell.getProperty(\'quantity\')</string> </value>
</item>
</dictionary>
</pickle>
......
257
\ No newline at end of file
258
\ 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