From 4b66bae6bed50244e5b9cba559ba2604a88a5aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Tue, 28 Aug 2007 09:32:53 +0000 Subject: [PATCH] use fast=0 for total price git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15862 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../CashInventory_view/my_total_price.xml | 2 +- bt5/erp5_banking_inventory/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/CashInventory_view/my_total_price.xml b/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/CashInventory_view/my_total_price.xml index acd9a1cd2b..e73678c9d1 100644 --- a/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/CashInventory_view/my_total_price.xml +++ b/bt5/erp5_banking_inventory/SkinTemplateItem/portal_skins/erp5_banking_inventory/CashInventory_view/my_total_price.xml @@ -271,7 +271,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python : here.getTotalPrice(fast=1)</string> </value> + <value> <string>python : here.getTotalPrice(fast=0)</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_banking_inventory/bt/revision b/bt5/erp5_banking_inventory/bt/revision index 7813681f5b..c7930257df 100644 --- a/bt5/erp5_banking_inventory/bt/revision +++ b/bt5/erp5_banking_inventory/bt/revision @@ -1 +1 @@ -5 \ No newline at end of file +7 \ No newline at end of file -- 2.30.9