This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Bon de commande producteur
feature/export_comptable
Fab
4 years ago
parent
aefc03a81b
commit
85391e90f2
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
ShopBundle/Repository/OrderShopRepository.php
+ 1
- 0
ShopBundle/Repository/OrderShopRepository.php
View 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'];
}
Write
Preview
Loading…
Cancel
Save