Преглед на файлове

[common] Correctif modèle Product

refactoring
Guillaume преди 4 години
родител
ревизия
2da1652542
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. +3
    -1
      common/models/Product.php

+ 3
- 1
common/models/Product.php Целия файл

@@ -176,7 +176,9 @@ class Product extends ActiveRecordCommon
public function afterFind() {
if ($this->taxRate == null) {
$producer = Producer::searchOne(['id' => GlobalParam::getCurrentProducerId()]) ;
$this->populateRelation('taxRate', $producer->taxRate);
if($producer) {
$this->populateRelation('taxRate', $producer->taxRate);
}
//$this->populateRelation('taxRate', GlobalParam::getCurrentProducer()->taxRate);
}


Loading…
Отказ
Запис