소스 검색

[producer] Accueil : suppression du poids des produits vendus au kilo

dev
부모
커밋
9836ac5017
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      producer/views/site/index.php

+ 1
- 1
producer/views/site/index.php 파일 보기

@@ -115,7 +115,7 @@ $this->setPageTitle(Html::encode($producer->type.' à '.$producer->city)) ;
[
'attribute' => 'weight',
'value' => function($model) {
if(strlen($model->weight)) {
if($model->unit == 'piece' && strlen($model->weight)) {
return $model->weight.' g' ;
}
return '' ;

Loading…
취소
저장