Fix condition on a field

This commit is contained in:
Laurent Destailleur 2022-09-15 01:02:49 +02:00
parent 90dbb93388
commit 094c2c3027

View File

@ -345,6 +345,7 @@ class Project extends CommonObject
$this->fields['accept_booth_suggestions']['enabled'] = 0;
$this->fields['price_registration']['enabled'] = 0;
$this->fields['price_booth']['enabled'] = 0;
$this->fields['max_attendees']['enabled'] = 0;
}
}