diff --git a/commerce_price_table.rules.inc b/commerce_price_table.rules.inc
index 501d3a3..e7cd0f8 100644
--- a/commerce_price_table.rules.inc
+++ b/commerce_price_table.rules.inc
@@ -51,8 +51,8 @@ function commerce_price_table_set_price($line_item, $quantity, $price_table) {
               $price,
               TRUE
       );
-
       $line_item_wrapper->commerce_unit_price->amount = $item['amount'];
+      $line_item_wrapper->commerce_unit_price->currency_code = $item['currency_code'];
     }
   }
 }
