소스 검색

Merge branch 'dev'

master
Guillaume 4 년 전
부모
커밋
55df6ea924
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      common/models/Distribution.php

+ 1
- 1
common/models/Distribution.php 파일 보기

@@ -329,7 +329,7 @@ class Distribution extends ActiveRecordCommon
if($ordersArray) {
foreach($ordersArray as $order) {
foreach($order->productOrder as $productOrder) {
if($order->productOrder->id_product == $product->id) {
if($productOrder->id_product == $product->id) {
$productOrder->price = $product->price ;
$productOrder->save() ;
}

Loading…
취소
저장