Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 11.0

This commit is contained in:
Laurent Destailleur 2019-12-31 14:49:21 +01:00
commit 9a8459e494

View File

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