Explorar el Código

Merge branch 'dev'

master
Guillaume hace 4 años
padre
commit
55df6ea924
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/models/Distribution.php

+ 1
- 1
common/models/Distribution.php Ver fichero

@@ -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() ;
}

Cargando…
Cancelar
Guardar