浏览代码

[Frontend] Correctif originProduct

feature/export_comptable
Guillaume 4 年前
父节点
当前提交
3b82c5ca18
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. +10
    -0
      ShopBundle/Model/ProductFamily.php

+ 10
- 0
ShopBundle/Model/ProductFamily.php 查看文件

@@ -813,4 +813,14 @@ abstract class ProductFamily extends AbstractDocumentEntity implements ProductPr
return false;
}
}

public function hasOneProductOnline()
{
if( ($this->getActiveProducts() && count($this->getProductsOnline()) > 0)
|| (!$this->getActiveProducts() && $this->getOriginProduct())){
return true ;
}

return false ;
}
}

正在加载...
取消
保存