diff --git a/btc-UI/src/app/components/middle-section/middle-section.component.ts b/btc-UI/src/app/components/middle-section/middle-section.component.ts index 57462aa..5ddef5c 100755 --- a/btc-UI/src/app/components/middle-section/middle-section.component.ts +++ b/btc-UI/src/app/components/middle-section/middle-section.component.ts @@ -196,8 +196,12 @@ Date : ${currentDate} .catch(error => { console.error("❌ Repeat ticket print failed:", error); }); - this.erase(); // Clear selections after printing + // Hide Confirm and Print buttons before clearing selections + this.showConfirmButton = false; + this.showPrintButton = false; + + this.erase(); // Clear selections after hiding buttons } diff --git a/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.html b/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.html index eacdc1a..27ea318 100755 --- a/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.html +++ b/btc-UI/src/app/components/touch-pad-menu/touch-pad-menu.component.html @@ -6,7 +6,7 @@
- +