card fix
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user