diff --git a/UI_V2/pages/shopping_cart/cart.py b/UI_V2/pages/shopping_cart/cart.py index 884d060..2424795 100644 --- a/UI_V2/pages/shopping_cart/cart.py +++ b/UI_V2/pages/shopping_cart/cart.py @@ -310,7 +310,6 @@ class Cart: """Recalculate and update cart total (products + transport).""" if not self.on_hold_orders: self.pret_total.value = "Pret total: 0" - self.pret_total.update() return products = self.orders_manager.get_order_products(self.on_hold_orders['id'])