modify kanban mode for list of salaries

This commit is contained in:
Lamrani Abdel 2023-01-11 15:19:21 +01:00
parent 91837dd2ef
commit 7213595cef

View File

@ -716,7 +716,7 @@ class Salary extends CommonObject
*/
public function getKanbanView($option = '')
{
global $langs, $db;
global $langs;
$return = '<div class="box-flex-item box-flex-grow-zero">';
$return .= '<div class="info-box info-box-sm">';
$return .= '<span class="info-box-icon bg-infobox-action">';