Kaynağa Gözat

Finalisation purchaseOrder et Correctif mineur

packProduct
Fabien Normand 3 yıl önce
ebeveyn
işleme
fb36209451
1 değiştirilmiş dosya ile 17 ekleme ve 0 silme
  1. +17
    -0
      Solver/Config/UnitSolver.php

+ 17
- 0
Solver/Config/UnitSolver.php Dosyayı Görüntüle

@@ -0,0 +1,17 @@
<?php

namespace Lc\CaracoleBundle\Solver\Config;



use Lc\CaracoleBundle\Model\Config\UnitInterface;

class UnitSolver
{

public function getWeight(UnitInterface $unit, int $quantityProduct, int $quantity){
return ($quantityProduct / $unit->getCoefficient()) * $quantity;
}


}

Yükleniyor…
İptal
Kaydet