Skip to content

Commit

Permalink
Update list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored Oct 19, 2024
1 parent 380f986 commit 3771db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/commande/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -2748,6 +2748,7 @@
$productstat_cachevirtual[$generic_commande->lines[$lig]->fk_product]['stock_reel'] = $generic_product->stock_theorique;
} else {
$generic_product->stock_reel = $productstat_cache[$generic_commande->lines[$lig]->fk_product]['stock_reel'];
// @phan-suppress-next-line PhanTypeInvalidDimOffset
$generic_product->stock_theorique = $productstat_cachevirtual[$generic_commande->lines[$lig]->fk_product]['stock_reel'];
}

Expand Down

0 comments on commit 3771db1

Please sign in to comment.