@@ -263,6 +263,7 @@ class ProductController extends BackendController | |||
'id_user' => $model->id_user ? $model->id_user : null, | |||
'id_user_group' => $model->id_user_group ? $model->id_user_group : null, | |||
'id_point_sale' => $model->id_point_sale ? $model->id_point_sale : null, | |||
'from_quantity' => $model->from_quantity ? $model->from_quantity : null, | |||
] ; | |||
$productPriceExist = ProductPrice::findOne($conditionsProductPriceExist) ; |