// Fixed references to a "conversion rate" that was in fact the "exchange rate"

This commit is contained in:
Damien Metzger
2013-07-01 12:14:50 +02:00
parent f824b537cf
commit 56aab3c676
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -976,7 +976,7 @@ class AdminOrdersControllerCore extends AdminController
// Update currency in order
$order->id_currency = $currency->id;
// Update conversion rate
// Update exchange rate
$order->conversion_rate = (float)$currency->conversion_rate;
$order->update();
}