Sfoglia il codice sorgente

Bon de commande producteur

feature/export_comptable
Fab 4 anni fa
parent
commit
85391e90f2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      ShopBundle/Repository/OrderShopRepository.php

+ 1
- 0
ShopBundle/Repository/OrderShopRepository.php Vedi File

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

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

return $result['quantity'];

}

Loading…
Annulla
Salva