Fix bad picto

This commit is contained in:
Laurent Destailleur 2021-02-16 13:21:18 +01:00
parent 6a46078449
commit a81e4d4daa

View File

@ -47,7 +47,7 @@ class InterfaceContactRoles extends DolibarrTriggers
$this->description = "Triggers of this module auto link contact to company.";
// 'development', 'experimental', 'dolibarr' or version
$this->version = self::VERSION_DOLIBARR;
$this->picto = 'action';
$this->picto = 'company';
}
/**