diff --git a/UI_V2/admin/inventory/goods_reception.py b/UI_V2/admin/inventory/goods_reception.py index b4172f0..2c44d47 100644 --- a/UI_V2/admin/inventory/goods_reception.py +++ b/UI_V2/admin/inventory/goods_reception.py @@ -150,7 +150,7 @@ class GoodsReception: rows=[] ) - self.placeholder = ft.Column([self.products_table]) + self.placeholder = ft.Column([self.products_table], width=900) def show_bill_products(self): all_products = self.bulk_products_manager.get_products_by_bill_id(self.selected_bill['id'])[::-1]