Fix always first warehouse in reassortlot

This commit is contained in:
fappels 2015-11-02 16:37:51 +01:00
parent 5246557493
commit d714d32424

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>';