Skip to content

Commit

Permalink
FIX #30836
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 4, 2024
1 parent 1092454 commit 538ab5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/expedition/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,8 @@
if ($lines[$i]->fk_product > 0) {
// line without lot
if ($lines[$i]->entrepot_id == 0) {
// single warehouse shipment line
$stockLocation = 0;
// single warehouse shipment line or line in several warehouses context but with warehouse not defined
$stockLocation = "entl".$line_id;
$qty = "qtyl".$line_id;
$line->id = $line_id;
$line->entrepot_id = GETPOST($stockLocation, 'int');
Expand Down

0 comments on commit 538ab5a

Please sign in to comment.