Fix condition on a field
This commit is contained in:
parent
90dbb93388
commit
094c2c3027
@ -345,6 +345,7 @@ class Project extends CommonObject
|
|||||||
$this->fields['accept_booth_suggestions']['enabled'] = 0;
|
$this->fields['accept_booth_suggestions']['enabled'] = 0;
|
||||||
$this->fields['price_registration']['enabled'] = 0;
|
$this->fields['price_registration']['enabled'] = 0;
|
||||||
$this->fields['price_booth']['enabled'] = 0;
|
$this->fields['price_booth']['enabled'] = 0;
|
||||||
|
$this->fields['max_attendees']['enabled'] = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user