mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
@@ -2448,7 +2448,7 @@ class ExtraFields
|
||||
$tmpobject->fetch($value);
|
||||
|
||||
if (get_class($tmpobject) == 'Categorie') {
|
||||
// For category object, rendering must use the same method than the one deinfed into showCategories()
|
||||
// For category object, rendering must use the same method than the one defined into showCategories()
|
||||
$color = $tmpobject->color;
|
||||
$sfortag = '<span class="noborderoncategories"' . ($color ? ' style="background: #' . $color . ';"' : ' style="background: #bbb"') . '>';
|
||||
$sfortag .= $tmpobject->getNomUrl(3);
|
||||
|
||||
Reference in New Issue
Block a user