Skip to content

Commit

Permalink
#180 [Hook] add: user param wrong picto
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Feb 10, 2023
1 parent ef175be commit 0308bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/actions_dolisirh.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ function getDiffTimestampEvent() {
<?php }

if ($parameters['currentcontext'] == 'userihm') {
$pictopath = dol_buildpath('/custom/dolimeet/img/dolimeet_color.png', 1);
$pictopath = dol_buildpath('/custom/dolisirh/img/dolisirh_red.png', 1);
$picto = img_picto('', $pictopath, '', 1, 0, 0, '', 'pictoModule');

$out = '<tr class="oddeven"><td>' . $picto . $langs->trans('TimeSpentDatasetOrder') . '</td>';
Expand Down

0 comments on commit 0308bd0

Please sign in to comment.