Skip to content
Snippets Groups Projects
Commit 2dab1832 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #3858 from fappels/3.8

Fix always first warehouse in stock list lotserial
parents f928062e d714d324
No related branches found
No related tags found
No related merge requests found
......@@ -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>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment