Browse Source

Minor - Fix double currency

Julio Montoya 5 years ago
parent
commit
3ec10f7df6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugin/buycourses/src/buy_course_plugin.class.php

+ 1 - 1
plugin/buycourses/src/buy_course_plugin.class.php

@@ -323,7 +323,7 @@ class BuyCoursesPlugin extends Plugin
             $html = '<div class="buycourses-price">';
             if ($item) {
                 $html .= '<span class="label label-primary label-price">
-                            <strong>'.$item['iso_code'].' '.$item['total_price_formatted'].'</strong>
+                            <strong>'.$item['total_price_formatted'].'</strong>
                           </span>';
                 $return['verificator'] = true;
             } else {