Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-09-04 22:44:31 +02:00
parent 2e7f588cac
commit a2db403abe

View File

@ -345,7 +345,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);