diff --git a/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.ts b/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.ts index dd6b0ee..00fcd3b 100755 --- a/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.ts +++ b/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.ts @@ -790,7 +790,9 @@ clearLocalTickets() { // Reset via shared state this.sharedStateService.setSalesTotal(0); this.sharedStateService.setReceiveTotal(0); - window.location.reload(); + // window.location.reload(); + this.selectionService.clearSelections(); + this.resetSelections(); // Optionally clear print clicks // localStorage.removeItem('printClickCount');