Kaynağa Gözat

Bon de commande producteur

feature/export_comptable
Fab 4 yıl önce
ebeveyn
işleme
85391e90f2
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      ShopBundle/Repository/OrderShopRepository.php

+ 1
- 0
ShopBundle/Repository/OrderShopRepository.php Dosyayı Görüntüle

@@ -300,6 +300,7 @@ class OrderShopRepository extends BaseRepository implements DefaultRepositoryInt
$query->select('SUM(orderProduct.quantityOrder) as quantity');

$result = $query->getQuery()->getOneOrNullResult();

return $result['quantity'];

}

Yükleniyor…
İptal
Kaydet