Skip to content

Commit

Permalink
Fix always first warehouse in reassortlot
Browse files Browse the repository at this point in the history
  • Loading branch information
fappels committed Nov 2, 2015
1 parent 5246557 commit d714d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/reassortlot.php
Expand Up @@ -345,7 +345,7 @@

// 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>';
Expand Down

0 comments on commit d714d32

Please sign in to comment.