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 4a74e45762e982db845e7bcbfab5087e2b7cd769..91816d4b6a8f53bebb369823ea970b742d871abf 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 9301519f58a7573c1954a0a8936f8c1038137e5b..d9bf67ee84b44af7037f0cd8890f93153fad21cb 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