Skip to content

Commit

Permalink
[Ticket] fix: digiriskelement name on register page
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-micka committed Sep 1, 2022
1 parent 24cb800 commit 5e7cfc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/tpl/digiriskdolibarr_dashboard_ticket.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
}

print '<div class="titre inline-block">';
print load_fiche_titre($langs->transnoentities($digiriskelement->ref), '', 'service');
print load_fiche_titre($digiriskelement->ref . " - " . $digiriskelement->label, '', 'service');
print '</div>';
}

Expand Down Expand Up @@ -176,7 +176,7 @@
}

print '<div class="titre inline-block">';
print load_fiche_titre($digiriskelement->ref, " - " . $digiriskelement->label, 'service');
print load_fiche_titre($digiriskelement->ref . " - " . $digiriskelement->label, '', 'service');
print '</div>';
}

Expand Down

0 comments on commit 5e7cfc0

Please sign in to comment.