FIX avoid php warning
This commit is contained in:
parent
8202a67e4e
commit
c76edb20d7
@ -1877,6 +1877,9 @@ class Product extends CommonObject
|
|||||||
if (empty($newnpr)) {
|
if (empty($newnpr)) {
|
||||||
$newnpr = 0;
|
$newnpr = 0;
|
||||||
}
|
}
|
||||||
|
if (empty($newminprice)) {
|
||||||
|
$newminprice = 0;
|
||||||
|
}
|
||||||
|
|
||||||
// Check parameters
|
// Check parameters
|
||||||
if ($newvat == '') {
|
if ($newvat == '') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user