Commit ac0002b1 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_pdm: update SapplyLine_viewBasePrice form

parent f3600938
...@@ -303,7 +303,7 @@ ...@@ -303,7 +303,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: ([\'sliced_base_price\', \'sliced_range\'] if here.getIsSlicedBasePrice() else \'base_price\')</string> </value> <value> <string>python: ([\'sliced_base_price\', \'sliced_range\'] if here.isBasePricePerSlice() else \'base_price\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: not here.getIsSlicedBasePrice()</string> </value> <value> <string>python: not here.isBasePricePerSlice()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: here.getIsSlicedBasePrice()</string> </value> <value> <string>python: here.isBasePricePerSlice()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
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