This website works better with JavaScript.
홈
탐색
도움말
로그인
Laclic
/
Souke
보기
5
좋아요
0
포크
1
코드
이슈
1
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
[Boutique] Commande avec quantité produit à 0
feature/rotating_product
Guillaume Bourgeois
6 달 전
부모
af3216fbec
커밋
2f5104a50e
1개의 변경된 파일
과
4개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
+4
-1
producer/controllers/OrderController.php
+ 4
- 1
producer/controllers/OrderController.php
파일 보기
@@ -444,7 +444,10 @@ class OrderController extends ProducerBaseController
]);
$productOrder->unit = $product->unit;
$productOrder->step = $product->step;
$productOrder->save();
if($quantity) {
$productOrder->save();
}
}
}
Write
Preview
Loading…
취소
저장