diff --git a/application/WarehouseArticlePacket/WarehouseArticlePacketController.php b/application/WarehouseArticlePacket/WarehouseArticlePacketController.php index 0b3d71f6c..dbbfc2b87 100644 --- a/application/WarehouseArticlePacket/WarehouseArticlePacketController.php +++ b/application/WarehouseArticlePacket/WarehouseArticlePacketController.php @@ -29,7 +29,7 @@ class WarehouseArticlePacketController extends TTCrud { ['isEShop' => 1], )); - $this->columns[5]['modal']['items'] = $articles; + $this->columns[6]['modal']['items'] = $articles; } //TODO: make this so it does not update all packets at the same time