Register Child and Waitlist working
This commit is contained in:
@@ -13,7 +13,7 @@ class Model_Room_Dates extends ORM {
|
||||
// @todo: Code A (availble) start/end dates cannot overlap with existing records - put in validation that it cannot be saved.
|
||||
|
||||
public function avail($day) {
|
||||
return $this->{'d_'.$day};
|
||||
return $this->{'d_'.$day} ? $this->{'d_'.$day} : 0;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user