update space

This commit is contained in:
GregM 2023-01-25 17:34:57 +01:00
parent 1d50acb3cf
commit 934bcc72c4

View File

@ -1069,7 +1069,7 @@ class FormSetupItem
} elseif ($this->type == 'yesno') {
$out.= ajax_constantonoff($this->confKey);
} elseif (preg_match('/emailtemplate:/', $this->type)) {
if ($this->fieldValue > 0){
if ($this->fieldValue > 0) {
include_once DOL_DOCUMENT_ROOT . '/core/class/html.formmail.class.php';
$formmail = new FormMail($this->db);