fix : confirm button is hidden as required

This commit is contained in:
karthik 2025-08-17 14:02:12 +05:30
parent 8e9f84a2cf
commit 7fd671e3ab

View File

@ -139,7 +139,7 @@ export class MiddleSectionComponent implements OnInit, OnDestroy {
this.showConfirmButton = true; this.showConfirmButton = true;
this.showPrintButton = false; this.showPrintButton = false;
this.lastTicket = latestTicket; this.lastTicket = latestTicket;
this.showRepeatTicket = true; // this.showRepeatTicket = true;
this.syncToSecondScreen(); // Sync after repeat this.syncToSecondScreen(); // Sync after repeat
} else { } else {
console.warn('⚠️ No valid ticket data found in localStorage.'); console.warn('⚠️ No valid ticket data found in localStorage.');