Procházet zdrojové kódy

Pages commandes

feature/export_comptable
Fab před 4 roky
rodič
revize
3f756a4832
1 změnil soubory, kde provedl 0 přidání a 11 odebrání
  1. +0
    -11
      ShopBundle/Model/OrderShop.php

+ 0
- 11
ShopBundle/Model/OrderShop.php Zobrazit soubor

@@ -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[]
*/

Načítá se…
Zrušit
Uložit