Explorar el Código

Merge branch 'develop'

master
Guillaume Bourgeois hace 1 año
padre
commit
a36e2395fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/logic/Order/Order/Service/OrderSolver.php

+ 1
- 1
common/logic/Order/Order/Service/OrderSolver.php Ver fichero

@@ -175,7 +175,7 @@ class OrderSolver extends AbstractService implements SolverInterface
return 0;
}

public function getProductQuantityPieces(Product $product, array $orders): int
public function getProductQuantityPieces(Product $product, array $orders): float
{
$quantity = 0;


Cargando…
Cancelar
Guardar