Fix always first warehouse in reassortlot
This commit is contained in:
parent
5246557493
commit
d714d32424
@ -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