Lead create Booking
This commit is contained in:
parent
3df0e93c2c
commit
34a3d2196b
18 changed files with 462 additions and 160 deletions
|
|
@ -74,7 +74,7 @@ class Model
|
|||
}
|
||||
|
||||
public static function getSalutationArray($emtpy = false){
|
||||
$Salutation = Salutation::orderBy('name')->get()->pluck('name', 'id');
|
||||
$Salutation = Salutation::orderBy('id')->get()->pluck('name', 'id');
|
||||
return $emtpy ? $Salutation->prepend('-', 0) : $Salutation;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue