Commit 87a4f3b7 authored by Fabien Morin's avatar Fabien Morin

change the Column tales of the PaySheetLine_viewCells matrixbox to handle the...

change the Column tales of  the PaySheetLine_viewCells matrixbox to handle the case of there is no silce

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18267 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 04f24cfc
......@@ -378,7 +378,11 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.PaySheetLine_asCellRange(matrixbox=1)[1]</string> </value>
<value> <string encoding="cdata"><![CDATA[
python: len(here.PaySheetLine_asCellRange(matrixbox=1))>1 and here.PaySheetLine_asCellRange(matrixbox=1)[1] or []
]]></string> </value>
</item>
</dictionary>
</pickle>
......
186
\ No newline at end of file
187
\ 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