Fix translation

This commit is contained in:
Laurent Destailleur
2021-01-18 15:24:50 +01:00
parent 3ff720f8d0
commit f95bf56c15
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ include_once DOL_DOCUMENT_ROOT . '/core/class/hookmanager.class.php';
class box_dolibarr_state_board extends ModeleBoxes
{
public $boxcode = "dolibarrstatebox";
public $boximg = "box_user";
public $boximg = "generic";
public $boxlabel = "BoxDolibarrStateBoard";
public $depends = array("user");