浏览代码

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

正在加载...
取消
保存