Commit e3d7a996 authored by Nicolas Dumazet's avatar Nicolas Dumazet

use getParentValue instead of getParent


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32194 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 98b47953
......@@ -129,7 +129,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getParent().QuantityUnitConversion_getQuantityUnitList()</string> </value>
<value> <string>python: here.getParentValue().QuantityUnitConversion_getQuantityUnitList()</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -140,7 +140,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getParent().getQuantityUnitValue().getTitle()</string> </value>
<value> <string>python: here.getParentValue().getQuantityUnitValue().getTitle()</string> </value>
</item>
</dictionary>
</pickle>
......
440
\ No newline at end of file
441
\ 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