@@ -125,7 +125,7 @@ $this->setPageTitle(Html::encode($producer->type.' à '.$producer->city)) ; | |||
'attribute' => 'price', | |||
'value' => function($model) { | |||
if($model->price) { | |||
return Price::format($model->price).' ('.Product::strUnit($model->unit, 'wording_unit', true).')' ; | |||
return Price::format($model->getPriceWithTax()).' ('.Product::strUnit($model->unit, 'wording_unit', true).')' ; | |||
} | |||
return '' ; | |||
} |