Преглед изворни кода

Pages commandes

feature/export_comptable
Fab пре 4 година
родитељ
комит
3f756a4832
1 измењених фајлова са 0 додато и 11 уклоњено
  1. +0
    -11
      ShopBundle/Model/OrderShop.php

+ 0
- 11
ShopBundle/Model/OrderShop.php Прегледај датотеку

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

Loading…
Откажи
Сачувај