This commit is contained in:
2025-11-23 13:46:27 +02:00
parent 457d73045e
commit 26842b7ed8

View File

@@ -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'])