06 2022
This commit is contained in:
parent
34a3d2196b
commit
93d1bea8e3
45 changed files with 1601 additions and 573 deletions
|
|
@ -690,7 +690,7 @@ class TravelUserBookingFewo extends Model
|
|||
$salutation = __('Dear Sir')." ".$this->travel_user->last_name;
|
||||
}
|
||||
if($this->travel_user->salutation_id == 2){
|
||||
$salutation = __('Dear Sir')." ".$this->travel_user->last_name;
|
||||
$salutation = __('Dear Mrs')." ".$this->travel_user->last_name;
|
||||
}
|
||||
if($this->travel_user->salutation_id == 4){
|
||||
$salutation = __('Dear customer')." ".$this->travel_user->last_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue