소스 검색

Produit stock negatif

feature/export_comptable
Fab 4 년 전
부모
커밋
341b322d6b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      ShopBundle/Repository/ProductRepository.php

+ 1
- 0
ShopBundle/Repository/ProductRepository.php 파일 보기

@@ -26,6 +26,7 @@ class ProductRepository extends BaseRepository implements DefaultRepositoryInter
$qb->innerJoin('e.productFamily', 'productFamily');
$qb->addSelect('productFamily');
$qb->where('productFamily.merchant = :currentMerchant');
$qb->andWhere('productFamily.status = 1');
$qb->setParameter('currentMerchant', $this->merchantUtils->getMerchantCurrent()->getId());

$qb->andWhere(

Loading…
취소
저장