Przeglądaj źródła

Pages commandes

feature/export_comptable
Fab 4 lat temu
rodzic
commit
3f756a4832
1 zmienionych plików z 0 dodań i 11 usunięć
  1. +0
    -11
      ShopBundle/Model/OrderShop.php

+ 0
- 11
ShopBundle/Model/OrderShop.php Wyświetl plik

@@ -475,17 +475,6 @@ abstract class OrderShop extends AbstractEntity implements FilterMerchantInterfa
return $this;
}

public function hasOrderReductionCartFreeShipping()
{
foreach($this->getOrderReductionCarts() as $orderReductionCart) {
if($orderReductionCart->getFreeShipping()) {
return true ;
}
}

return false ;
}

/**
* @return Collection|Document[]
*/

Ładowanie…
Anuluj
Zapisz