From a1e49c5a885bfb19a5544962e171bc16eb904721 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 13 Dec 2023 10:17:19 +0100 Subject: [PATCH] fix cart count in collapsed mode --- templates/tpos/tpos.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tpos/tpos.html b/templates/tpos/tpos.html index e724928..5d4f997 100644 --- a/templates/tpos/tpos.html +++ b/templates/tpos/tpos.html @@ -383,7 +383,7 @@
${totalfsat} sat
fab icon="shopping_bag" color="primary" - >${cart.size}${[...this.cart.values()].reduce((a,i)=>a+i.quantity,0)}