소스 검색

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…
취소
저장