Commit 2751cf1d authored by Nicolas Dumazet's avatar Nicolas Dumazet

request disappeared in previous commit, sorry.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33905 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a8192820
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
quantity=1.0,\n quantity=1.0,\n
variation_category_list=reference_variation_category_list,\n variation_category_list=reference_variation_category_list,\n
resource=context.getRelativeUrl()) \n resource=context.getRelativeUrl()) \n
price_currency = request.get(\'price_currency\', None)\n price_currency = context.REQUEST.get(\'price_currency\', None)\n
\n \n
aal = context.getAggregatedAmountList(tmp_context)\n aal = context.getAggregatedAmountList(tmp_context)\n
for line in aal:\n for line in aal:\n
...@@ -124,7 +124,6 @@ else:\n ...@@ -124,7 +124,6 @@ else:\n
<string>Products.ERP5Type.Document</string> <string>Products.ERP5Type.Document</string>
<string>newTempAmount</string> <string>newTempAmount</string>
<string>tmp_context</string> <string>tmp_context</string>
<string>request</string>
<string>price_currency</string> <string>price_currency</string>
<string>aal</string> <string>aal</string>
<string>_getiter_</string> <string>_getiter_</string>
......
483 484
\ No newline at end of file \ 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