fix : confirm button is hidden as required
This commit is contained in:
parent
8e9f84a2cf
commit
7fd671e3ab
@ -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.');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user