From 2751cf1d3b3d2c2e621bd8b3e9b88e46a2d66e38 Mon Sep 17 00:00:00 2001
From: Nicolas Dumazet <nicolas.dumazet@nexedi.com>
Date: Fri, 19 Mar 2010 09:13:13 +0000
Subject: [PATCH] request disappeared in previous commit, sorry.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33905 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_pdm/Transformation_getTotalPrice.xml     | 3 +--
 bt5/erp5_pdm/bt/revision                                       | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Transformation_getTotalPrice.xml b/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Transformation_getTotalPrice.xml
index 4a74e45762..91816d4b6a 100644
--- a/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Transformation_getTotalPrice.xml
+++ b/bt5/erp5_pdm/SkinTemplateItem/portal_skins/erp5_pdm/Transformation_getTotalPrice.xml
@@ -61,7 +61,7 @@
                               quantity=1.0,\n
                               variation_category_list=reference_variation_category_list,\n
                               resource=context.getRelativeUrl()) \n
-  price_currency = request.get(\'price_currency\', None)\n
+  price_currency = context.REQUEST.get(\'price_currency\', None)\n
    \n
   aal = context.getAggregatedAmountList(tmp_context)\n
   for line in aal:\n
@@ -124,7 +124,6 @@ else:\n
                             <string>Products.ERP5Type.Document</string>
                             <string>newTempAmount</string>
                             <string>tmp_context</string>
-                            <string>request</string>
                             <string>price_currency</string>
                             <string>aal</string>
                             <string>_getiter_</string>
diff --git a/bt5/erp5_pdm/bt/revision b/bt5/erp5_pdm/bt/revision
index 9301519f58..d9bf67ee84 100644
--- a/bt5/erp5_pdm/bt/revision
+++ b/bt5/erp5_pdm/bt/revision
@@ -1 +1 @@
-483
\ No newline at end of file
+484
\ No newline at end of file
-- 
2.30.9