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

This commit is contained in:
Laurent Destailleur 2020-09-04 22:44:49 +02:00
commit 7e879a8012

View File

@ -339,7 +339,7 @@ if ($action == "transfert_stock" && !$cancel)
$pricedest = $pricesrc;
$nbpiece = price2num(GETPOST("nbpiece", 'alphanohtml'));
if ($object->hasbatch())
{
$pdluo = new Productbatch($db);