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:
commit
3980e4a32b
@ -1976,7 +1976,7 @@ class ExtraFields
|
|||||||
*/
|
*/
|
||||||
public function showSeparator($key, $object, $colspan = 2, $display_type = 'card')
|
public function showSeparator($key, $object, $colspan = 2, $display_type = 'card')
|
||||||
{
|
{
|
||||||
global $langs;
|
global $langs, $conf;
|
||||||
|
|
||||||
if ($display_type=='card') {
|
if ($display_type=='card') {
|
||||||
$tagtype='tr';
|
$tagtype='tr';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user