소스 검색

[Backend] Produits : prix modifiés lors de l'édition #573

refactoring
Guillaume Bourgeois 2 년 전
부모
커밋
0a4ac12d73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      common/models/Distribution.php

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

@@ -347,7 +347,7 @@ class Distribution extends ActiveRecordCommon
]) ;
}

$productOrder->price = $productOrder->product->getPrice([
$productOrder->price = $product->getPrice([
'user' => $user,
'user_producer' => $userProducer,
'point_sale' => $order->pointSale,

Loading…
취소
저장