Merge pull request #3858 from fappels/3.8
Fix always first warehouse in stock list lotserial
This commit is contained in:
commit
2dab183240
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user