|
|
|
|
|
|
|
|
$lastOrder = $this->findOneOrderLastByUser($user); |
|
|
$lastOrder = $this->findOneOrderLastByUser($user); |
|
|
if ($lastOrder) { |
|
|
if ($lastOrder) { |
|
|
$pointSale = $this->pointSaleRepository->findOnePointSaleById($lastOrder->id_point_sale); |
|
|
$pointSale = $this->pointSaleRepository->findOnePointSaleById($lastOrder->id_point_sale); |
|
|
if($distribution && !$this->pointSaleSolver->isDelivered($pointSale, $distribution)) { |
|
|
|
|
|
|
|
|
if($distribution && $pointSale && !$this->pointSaleSolver->isDelivered($pointSale, $distribution)) { |
|
|
$pointSale = null; |
|
|
$pointSale = null; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |