mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
If no spy option is enabled, users should not now which is the most voted option
This commit is contained in:
@@ -655,6 +655,7 @@ if ($object->allow_spy) {
|
||||
print '</table>'."\n";
|
||||
print '</div>'."\n";
|
||||
|
||||
if ($object->allow_spy) {
|
||||
$toutsujet=explode(",",$object->sujet);
|
||||
$toutsujet=str_replace("°","'",$toutsujet);
|
||||
|
||||
@@ -702,6 +703,7 @@ if ($nbofcheckbox >= 2)
|
||||
|
||||
print '</p><br>'."\n";
|
||||
}
|
||||
}
|
||||
|
||||
print '<br>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user