Explorar el Código

fix fcode goods marcket price

stanley-king hace 7 años
padre
commit
9217403c0d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
         }