ソースを参照

Merge branch 'dev'

master
コミット
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 '' ;
}

読み込み中…
キャンセル
保存