Merge pull request #18681 from FHenry/14_fix_extrafield_separator_type

fix: show display/hide icon on extrafield type separator
This commit is contained in:
Laurent Destailleur 2021-09-10 19:49:26 +02:00 committed by GitHub
commit 3980e4a32b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1976,7 +1976,7 @@ class ExtraFields
*/
public function showSeparator($key, $object, $colspan = 2, $display_type = 'card')
{
global $langs;
global $langs, $conf;
if ($display_type=='card') {
$tagtype='tr';