Browse Source

Correctif gestion stock #14

develop
Fabien Normand 2 years ago
parent
commit
d961cfcd48
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Solver/Order/OrderShopSolver.php

+ 1
- 1
Solver/Order/OrderShopSolver.php View File

@@ -100,7 +100,7 @@ class OrderShopSolver
OrderShopInterface $orderShop,
ProductInterface $product,
$byWeight = false
): int {
): float {
$quantity = 0;
$productFamily = $product->getProductFamily();
$behaviorCountStock = $productFamily->getBehaviorCountStock();

Loading…
Cancel
Save