소스 검색

Activer/désactiver les points de vente : adaptations (suite)

prodstable
keun 8 년 전
부모
커밋
0f0c642587
1개의 변경된 파일4개의 추가작업 그리고 6개의 파일을 삭제
  1. +4
    -6
      backend/controllers/CommandeController.php

+ 4
- 6
backend/controllers/CommandeController.php 파일 보기

@@ -289,12 +289,10 @@ class CommandeController extends BackendController {
])
->count() ;
ProductionPointVente::setAll($production->id, true) ;
}
if(!$count_productions_point_vente)
{
ProductionPointVente::setAll() ;
if(!$count_productions_point_vente)
{
ProductionPointVente::setAll($production->id, true) ;
}
}

// produits

Loading…
취소
저장