mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix cache
This commit is contained in:
parent
b1132131f3
commit
c9f9d549e6
|
|
@ -1388,8 +1388,6 @@ class FormTicket
|
|||
print ' selected="selected"';
|
||||
} elseif ($arrayseverities['use_default'] == "1" && empty($selected) && (!$empty || $empty == 'ifone')) {
|
||||
print ' selected="selected"';
|
||||
} elseif (count($ticketstat->cache_severity_tickets) == 1 && (!$empty || $empty == 'ifone')) { // If only 1 choice, we autoselect it
|
||||
print ' selected="selected"';
|
||||
} elseif (count($conf->cache['severity_tickets']) == 1 && (!$empty || $empty == 'ifone')) { // If only 1 choice, we autoselect it
|
||||
print ' selected="selected"';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user