Ver código fonte

Correctif gestion stock #14

develop
Fabien Normand 1 ano atrás
pai
commit
d961cfcd48
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Solver/Order/OrderShopSolver.php

+ 1
- 1
Solver/Order/OrderShopSolver.php Ver arquivo

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

Carregando…
Cancelar
Salvar