瀏覽代碼

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…
取消
儲存