Explorar el Código

Pages commandes

feature/export_comptable
Fab hace 4 años
padre
commit
3f756a4832
Se han modificado 1 ficheros con 0 adiciones y 11 borrados
  1. +0
    -11
      ShopBundle/Model/OrderShop.php

+ 0
- 11
ShopBundle/Model/OrderShop.php Ver fichero

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

Cargando…
Cancelar
Guardar