Browse Source

Merge branch 'dev'

prodstable
Guillaume 3 years ago
parent
commit
51c1636d48
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      backend/controllers/ProductController.php

+ 1
- 0
backend/controllers/ProductController.php View File

@@ -228,6 +228,7 @@ class ProductController extends BackendController
$conditionsProductPriceExist = [
'id_product' => $idProduct,
'id_user' => $model->id_user ? $model->id_user : null,
'id_group_user' => $model->id_user_group ? $model->id_user_group : null,
'id_point_sale' => $model->id_point_sale ? $model->id_point_sale : null,
] ;


Loading…
Cancel
Save