Merge pull request #3858 from fappels/3.8

Fix always first warehouse in stock list lotserial
This commit is contained in:
Laurent Destailleur 2015-11-02 17:59:33 +01:00
commit 2dab183240

View File

@ -345,7 +345,7 @@ if ($resql)
// Warehouse
print '<td>';
$warehousetmp->fetch($obj->fk_entrepot);
$warehousetmp->fetch($objp->fk_entrepot);
print $warehousetmp->getNomUrl(1);
print '</td>';
print '<td align="center">'.$objp->batch.'</td>';