瀏覽代碼

Merge branch 'dev'

prodstable
Guillaume Bourgeois 4 年之前
父節點
當前提交
f3d93b909f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      producer/views/site/index.php

+ 1
- 1
producer/views/site/index.php 查看文件

@@ -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 '' ;
}

Loading…
取消
儲存