fix missing global in template modulebuilder
This commit is contained in:
parent
b78eebaae2
commit
7df07b57ce
@ -874,6 +874,7 @@ class MyObject extends CommonObject
|
||||
*/
|
||||
public function getKanbanView($option = '', $arraydata = null)
|
||||
{
|
||||
global $conf, $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">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user