Parcourir la source

Merge branch 'dev'

prodstable
Guillaume Bourgeois il y a 4 ans
Parent
révision
f3d93b909f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      producer/views/site/index.php

+ 1
- 1
producer/views/site/index.php Voir le fichier

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

Chargement…
Annuler
Enregistrer