Save Bill Works
This commit is contained in:
@ -77,7 +77,7 @@ export class GuestBookDetailComponent implements OnInit, AfterViewInit {
|
||||
this.item.company = formModel.company;
|
||||
this.item.name = formModel.name;
|
||||
this.item.phone = formModel.phone;
|
||||
this.item.pax = parseInt(formModel.pax);
|
||||
this.item.pax = parseInt(formModel.pax, 10);
|
||||
this.item.address = formModel.address;
|
||||
return this.item;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user