Commit 8aa57c68 authored by Aurel's avatar Aurel

fix params name in getTotalPrice in field

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16937 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 701fa987
......@@ -269,7 +269,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getTotalPrice(fast=0, deliveryLineType=\'Incoming Cash Balance Regulation Line\')</string> </value>
<value> <string>python: here.getTotalPrice(fast=0, portal_type=\'Incoming Cash Balance Regulation Line\')</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -267,7 +267,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getTotalPrice(fast=0, deliveryLineType=\'Incoming Cash Exchange Line\')</string> </value>
<value> <string>python: here.getTotalPrice(fast=0, portal_type=\'Incoming Cash Exchange Line\')</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -269,7 +269,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: int(here.getTotalPrice(fast=0, deliveryLineType=\'Cash Movement New Not Emmited Line\'))</string> </value>
<value> <string>python: int(here.getTotalPrice(fast=0, portal_type=\'Cash Movement New Not Emmited Line\'))</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -267,7 +267,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getTotalPrice(fast=0, deliveryLineType=\'Incoming Cash To Currency Sale Line\')</string> </value>
<value> <string>python: here.getTotalPrice(fast=0, portal_type=\'Incoming Cash To Currency Sale Line\')</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -269,7 +269,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getTotalPrice(fast=0, deliveryLineType=\'Outgoing Cash To Currency Sale Line\')</string> </value>
<value> <string>python: here.getTotalPrice(fast=0, portal_type=\'Outgoing Cash To Currency Sale Line\')</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -269,7 +269,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getTotalPrice(fast=0, deliveryLineType=\'Exchanged Mutilated Banknote Line\')</string> </value>
<value> <string>python: here.getTotalPrice(fast=0, portal_type=\'Exchanged Mutilated Banknote Line\')</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -269,7 +269,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getTotalPrice(fast=0, deliveryLineType=\'Incoming Mutilated Banknote Line\')</string> </value>
<value> <string>python: here.getTotalPrice(fast=0, portal_type=\'Incoming Mutilated Banknote Line\')</string> </value>
</item>
</dictionary>
</pickle>
......
517
\ No newline at end of file
519
\ 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