Home
last modified time | relevance | path

Searched refs:accept_conference_suggestions (Results 1 – 11 of 11) sorted by relevance

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/tables/
H A Dllx_projet.sql51accept_conference_suggestions integer DEFAULT 0, -- Set to 1 if you want to allow unknown people … field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/public/project/
H A Dindex.php213 if ($project->accept_conference_suggestions) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/class/
H A Dproject.class.php136 public $accept_conference_suggestions; variable in Project
398 $sql .= ", ".($this->accept_conference_suggestions ? 1 : 0);
506 $sql .= ", accept_conference_suggestions = ".($this->accept_conference_suggestions ? 1 : 0);
649 $this->accept_conference_suggestions = (int) $obj->accept_conference_suggestions;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/eventorganization/
H A Dconferenceorbooth_document.php241 …$typeofdata = 'checkbox:'.($projectstatic->accept_conference_suggestions ? ' checked="checked"' : …
H A Dconferenceorbooth_contact.php284 …$typeofdata = 'checkbox:'.($projectstatic->accept_conference_suggestions ? ' checked="checked"' : …
H A Dconferenceorbooth_card.php303 …$typeofdata = 'checkbox:'.($projectstatic->accept_conference_suggestions ? ' checked="checked"' : …
H A Dconferenceorboothattendee_card.php338 …$typeofdata = 'checkbox:'.($projectstatic->accept_conference_suggestions ? ' checked="checked"' : …
H A Dconferenceorbooth_list.php391 $typeofdata = 'checkbox:'.($project->accept_conference_suggestions ? ' checked="checked"' : '');
H A Dconferenceorboothattendee_list.php515 …$typeofdata = 'checkbox:'.($projectstatic->accept_conference_suggestions ? ' checked="checked"' : …
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/
H A Dlist.php1246 if ($obj->accept_conference_suggestions) {
1247 print yn($obj->accept_conference_suggestions);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/migration/
H A D13.0.0-14.0.0.sql280 ALTER TABLE llx_projet ADD COLUMN accept_conference_suggestions integer DEFAULT 0;