Skip to content

Commit 3b88c53

Browse files
committed
FIX Missing expense report picto in list
1 parent bf1a533 commit 3b88c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htdocs/expensereport/list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
$newcardbutton .= dolGetButtonTitleSeparator();
525525
$newcardbutton .= dolGetButtonTitle($langs->trans('NewTrip'), '', 'fa fa-plus-circle', $url, '', $user->hasRight('expensereport', 'creer'));
526526

527-
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'trip', 0, $newcardbutton, '', $limit, 0, 0, 1);
527+
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'expensereport', 0, $newcardbutton, '', $limit, 0, 0, 1);
528528
}
529529

530530
$topicmail = "SendExpenseReport";

0 commit comments

Comments
 (0)