From 88a16bb8732187e91a56dd8f339dd715fec31347 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Oct 2015 09:55:51 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index ffd6b4ce..7339009f 100644 --- a/I18n.php +++ b/I18n.php @@ -263,7 +263,7 @@ class Pman_Core_I18n extends Pman function convertCurrency($val, $from, $to) { - DB_DAtaObject::Factory('core_curr_rate')->convert($val,$from,$to); + return DB_DAtaObject::Factory('core_curr_rate')->convert($val,$from,$to); } /** -- 2.39.2