Update html.formproduct.class.php

This commit is contained in:
Laurent Destailleur 2020-06-02 12:13:55 +02:00 committed by GitHub
parent 88a831c05a
commit 009780b895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,6 +303,7 @@ class FormProduct
$reshook = $hookmanager->executeHooks('selectWarehouses', $parameters, $this);
if ($reshook > 0) $out = $hookmanager->resPrint;
elseif ($reshook == 0) $out .= $hookmanager->resPrint;
return $out;
}