Feature: Added ability to change / choose pax once the table is running.

This commit is contained in:
2021-04-09 09:33:53 +05:30
parent 4448869652
commit 4e827c2bd0
2 changed files with 6 additions and 1 deletions

View File

@ -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,