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

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

Loading…
Cancel
Save