Explorar el Código

Merge branch 'dev'

prodstable
Guillaume Bourgeois hace 4 años
padre
commit
f3d93b909f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      producer/views/site/index.php

+ 1
- 1
producer/views/site/index.php Ver fichero

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

Cargando…
Cancelar
Guardar