mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix separator too long
This commit is contained in:
parent
8ee98315c7
commit
2cd843acec
|
|
@ -721,7 +721,7 @@ class Form
|
|||
if (empty($row['favorite']) && $atleastonefavorite)
|
||||
{
|
||||
$atleastonefavorite=0;
|
||||
$out.= '<option value="" disabled class="selectoptiondisabledwhite">----------------------</option>';
|
||||
$out.= '<option value="" disabled class="selectoptiondisabledwhite">--------------</option>';
|
||||
}
|
||||
if ($selected && $selected != '-1' && ($selected == $row['rowid'] || $selected == $row['code_iso'] || $selected == $row['code_iso3'] || $selected == $row['label']) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user