Buchung Reisekostenversicherung raus, dafür Info Checkbox rein
+ DB travel_booking + travel_cancellation int 1 git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3370 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
db05f3aa17
commit
dbb34b1af1
7 changed files with 91 additions and 20 deletions
|
|
@ -39,6 +39,8 @@ class BookingRequest
|
|||
*/
|
||||
private $insurance;
|
||||
|
||||
private $travelCancellation;
|
||||
|
||||
private $comfort = false;
|
||||
|
||||
private $travelOptions = [];
|
||||
|
|
@ -257,6 +259,24 @@ class BookingRequest
|
|||
$this->insurance = $insurance;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function getTravelCancellation()
|
||||
{
|
||||
return $this->travelCancellation;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param mixed $comfort
|
||||
*/
|
||||
public function setTravelCancellation($travelCancellation)
|
||||
{
|
||||
$this->travelCancellation = $travelCancellation;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue