diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashBalanceRegulationLine_viewIncomingLineList/my_total_price.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashBalanceRegulationLine_viewIncomingLineList/my_total_price.xml index bdad79de43662d3f215d61b961240ce9653a90b2..9185592c751644f2039130cdeb294fecf23d8556 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashBalanceRegulationLine_viewIncomingLineList/my_total_price.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashBalanceRegulationLine_viewIncomingLineList/my_total_price.xml @@ -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> diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewIncomingLineList/my_total_price.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewIncomingLineList/my_total_price.xml index c2feb0f31a99105abd0d0e28716819369d67db35..3e3161338a764f385ae82f221201e9f85fbe45e3 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewIncomingLineList/my_total_price.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashExchange_viewIncomingLineList/my_total_price.xml @@ -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> diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashMovementNewNotEmmited_view/my_total_price.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashMovementNewNotEmmited_view/my_total_price.xml index 31eb958deadd4612e8c71ec4c3f155a6c6d9b89c..1cfebb96305b83e87b4307e77f598f137089e1f3 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashMovementNewNotEmmited_view/my_total_price.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashMovementNewNotEmmited_view/my_total_price.xml @@ -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> diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashToCurrencySale_viewIncomingLineList/my_total_price.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashToCurrencySale_viewIncomingLineList/my_total_price.xml index 33b82fb1604210a98639b313803150611eae682c..5b43f985decd5fbf6e72367bab0e2b8d0cd9a796 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashToCurrencySale_viewIncomingLineList/my_total_price.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashToCurrencySale_viewIncomingLineList/my_total_price.xml @@ -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> diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashToCurrencySale_viewOutgoingLineList/my_total_price.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashToCurrencySale_viewOutgoingLineList/my_total_price.xml index 621e2d9795b10ea862320823db2982eb96a0414d..ac727d32d68a0bf5ca60e22ad6d467b11428477a 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashToCurrencySale_viewOutgoingLineList/my_total_price.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/CashToCurrencySale_viewOutgoingLineList/my_total_price.xml @@ -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> diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/MutilatedBanknote_viewExchangedLineList/my_total_price.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/MutilatedBanknote_viewExchangedLineList/my_total_price.xml index 70ec953116ef939780b2cbc3182e3ad0e5a69fb5..7da7fd1c786a5d8a4ca4d50734ea3bc80102ba7e 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/MutilatedBanknote_viewExchangedLineList/my_total_price.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/MutilatedBanknote_viewExchangedLineList/my_total_price.xml @@ -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> diff --git a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/MutilatedBanknote_viewIncomingLineList/my_total_price.xml b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/MutilatedBanknote_viewIncomingLineList/my_total_price.xml index 3416e1638400de950dbfc015659cca93f73e72e5..6bbae6ee8ac7c4e3dd8764c780b1d4b689fec257 100644 --- a/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/MutilatedBanknote_viewIncomingLineList/my_total_price.xml +++ b/bt5/erp5_banking_cash/SkinTemplateItem/portal_skins/erp5_banking_cash/MutilatedBanknote_viewIncomingLineList/my_total_price.xml @@ -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> diff --git a/bt5/erp5_banking_cash/bt/revision b/bt5/erp5_banking_cash/bt/revision index 4f95481351d9aad41571c7becdadaadb6cc1d765..82cf079698a0f9d9ba57d0fac0a29786fe194bc0 100644 --- a/bt5/erp5_banking_cash/bt/revision +++ b/bt5/erp5_banking_cash/bt/revision @@ -1 +1 @@ -517 \ No newline at end of file +519 \ No newline at end of file