Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
7e879a8012
@ -339,7 +339,7 @@ if ($action == "transfert_stock" && !$cancel)
|
|||||||
$pricedest = $pricesrc;
|
$pricedest = $pricesrc;
|
||||||
|
|
||||||
$nbpiece = price2num(GETPOST("nbpiece", 'alphanohtml'));
|
$nbpiece = price2num(GETPOST("nbpiece", 'alphanohtml'));
|
||||||
|
|
||||||
if ($object->hasbatch())
|
if ($object->hasbatch())
|
||||||
{
|
{
|
||||||
$pdluo = new Productbatch($db);
|
$pdluo = new Productbatch($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user