Commit 3502bede authored by Thierry's avatar Thierry

getPrice() on cell of matrix replaced by getProperty('price')


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@77 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3e33ab44
......@@ -241,7 +241,7 @@
<title>matrixbox_price</title>
</values>
<tales>
<default>python:cell.getPrice()</default>
<default>python:cell.getProperty('price')</default>
</tales>
<messages>
<message name="external_validator_failed">The input failed the external validator.</message>
......
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