forked from Wavyzz/dolibarr
NEW tooltip notes with first public note and then private note
This commit is contained in:
@@ -3626,13 +3626,13 @@ class Propal extends CommonObject
|
||||
$txttoshow .= dol_string_nohtmltag($this->note_public, 1);
|
||||
}
|
||||
} else {
|
||||
if (!empty($this->note_private)) {
|
||||
$txttoshow .= dol_string_nohtmltag($this->note_private, 1);
|
||||
}
|
||||
if (!empty($this->note_public)) {
|
||||
if (!empty($txttoshow)) $txttoshow .= '<br>';
|
||||
$txttoshow .= dol_string_nohtmltag($this->note_public, 1);
|
||||
}
|
||||
if (!empty($this->note_private)) {
|
||||
if (!empty($txttoshow)) $txttoshow .= '<br><br>';
|
||||
$txttoshow .= dol_string_nohtmltag($this->note_private, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user