Mails + Upload
This commit is contained in:
parent
767e84e640
commit
a3bef8d1aa
19 changed files with 151 additions and 200 deletions
|
|
@ -638,7 +638,7 @@ class Booking extends Model
|
|||
}
|
||||
|
||||
public function isCanceled(){
|
||||
return ($this->attributes['canceled'] > 0);
|
||||
return ($this->attributes['canceled'] !== null);
|
||||
}
|
||||
|
||||
//erlös #getRevenueFactor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue