Explorar el Código

Adaptation Distribution OrderShopModel et SectionSolver

packProduct
Guillaume hace 3 años
padre
commit
353d53a988
Se han modificado 2 ficheros con 1 adiciones y 14 borrados
  1. +1
    -1
      Model/Order/OrderShopModel.php
  2. +0
    -13
      Solver/Section/SectionSolver.php

+ 1
- 1
Model/Order/OrderShopModel.php Ver fichero

@@ -117,7 +117,7 @@ abstract class OrderShopModel extends AbstractLightEntity implements FilterSecti

/**
* @ORM\ManyToOne(targetEntity="Lc\CaracoleBundle\Model\Distribution\DistributionInterface")
* @ORM\JoinColumn(nullable=false)
* @ORM\JoinColumn(nullable=true)
*/
protected $distribution;


+ 0
- 13
Solver/Section/SectionSolver.php Ver fichero

@@ -12,17 +12,4 @@ class SectionSolver
return $section->getDevAlias() == SectionModel::DEVALIAS_COMMON;
}

// @TODO : à voir si pertinent
public function getNewsletter(SectionInterface $section)
{
$newsletters = $section->getNewsletters();

foreach ($newsletters as $newsletter) {
if ($newsletter->getIsMain()) {
return $newsletter;
}
}

return false;
}
}

Cargando…
Cancelar
Guardar