Quellcode durchsuchen

fix fcode goods marcket price

stanley-king vor 7 Jahren
Ursprung
Commit
9217403c0d
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      helper/model/goods_summary.php

+ 1 - 0
helper/model/goods_summary.php

@@ -192,6 +192,7 @@ class goods_summary
         if($is_fcode) {
             $fcode = new user_session\fcode();
             $summary['has_fcode'] = $fcode->goods_has_code($this->goods_id,$lock_num) == false ? false : true;
+            $summary['goods_price'] = $summary['goods_marketprice'];
         } else {
             $summary['has_fcode'] = false;
         }