Explorar el Código

[backend] Produit : available_on_points_sale = 1 par défaut

refactoring
Guillaume hace 2 años
padre
commit
f3dfe497d3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      backend/controllers/ProductController.php

+ 1
- 0
backend/controllers/ProductController.php Ver fichero

@@ -122,6 +122,7 @@ class ProductController extends BackendController
$model->friday = 1 ;
$model->saturday = 1 ;
$model->sunday = 1 ;
$model->available_on_points_sale = 1 ;

if ($model->load(Yii::$app->request->post()) && $model->save()) {

Cargando…
Cancelar
Guardar