FIX avoid php warning

This commit is contained in:
Regis Houssin 2019-12-27 12:20:38 +01:00
parent 8202a67e4e
commit c76edb20d7

View File

@ -1877,6 +1877,9 @@ class Product extends CommonObject
if (empty($newnpr)) {
$newnpr = 0;
}
if (empty($newminprice)) {
$newminprice = 0;
}
// Check parameters
if ($newvat == '') {