소스 검색

[Administration] Distributions : optimisation du chargement des jours de distribution

feature/rotating_product
Guillaume Bourgeois 6 달 전
부모
커밋
d954539976
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      domain/Product/Product/Product.php

+ 2
- 1
domain/Product/Product/Product.php 파일 보기

@@ -181,7 +181,8 @@ class Product extends ActiveRecordCommon implements StatusInterface

public function afterFind()
{
// @TODO : à optimiser
// @TODO : à optimiser en rendant obligatoire le champs taxrate au niveau des produits pour ne pas avoir à la
// charger depuis le producteur si elle n'est pas définie
if ($this->taxRate == null) {
if(GlobalParam::getCurrentProducerId() && $this->id_producer == GlobalParam::getCurrentProducerId()) {
$producer = GlobalParam::getCurrentProducer();

Loading…
취소
저장