Feature: Added ability to change / choose pax once the table is running.
This commit is contained in:
@ -55,6 +55,10 @@ export class BillsComponent implements OnInit {
|
||||
if (this.bs.bill.id || this.bs.bill.customer) {
|
||||
return;
|
||||
}
|
||||
this.choosePax();
|
||||
}
|
||||
|
||||
choosePax(): void {
|
||||
const dialogRef = this.dialog.open(PaxComponent, {
|
||||
// width: '750px',
|
||||
data: this.bs.bill.pax,
|
||||
|
||||
Reference in New Issue
Block a user