// 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
@@ -63,7 +63,7 @@ class OrderCore extends ObjectModel
/** @var string Payment module */
public $module;
/** @var float Currency conversion rate */
/** @var float Currency exchange rate */
public $conversion_rate;
/** @var boolean Customer is ok for a recyclable package */