소스 검색

Merge branch 'master' into dev

prodstable
Guillaume 3 년 전
부모
커밋
958a262ae3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      producer/controllers/SiteController.php

+ 1
- 0
producer/controllers/SiteController.php 파일 보기

@@ -127,6 +127,7 @@ class SiteController extends ProducerBaseController
->andWhere([
'id_producer' => $this->getProducer()->id,
'active' => true,
'id_product_category' => null,
])
->orderBy('order ASC') ;


Loading…
취소
저장