Besseres Symbol

This commit is contained in:
Eduard Wisch 2026-01-30 10:28:12 +01:00
parent 941aae90f7
commit 2a66d960dd

View file

@ -87,7 +87,7 @@ class modSupplierLink3 extends DolibarrModules
// If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue' // If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue'
// If file is in module/img directory under name object_pictovalue.png, use this->picto='pictovalue@module' // If file is in module/img directory under name object_pictovalue.png, use this->picto='pictovalue@module'
// To use a supported fa-xxx css style of font awesome, use this->picto='xxx' // To use a supported fa-xxx css style of font awesome, use this->picto='xxx'
$this->picto = 'fa-file'; $this->picto = 'fa-shopping-cart';
// Define some features supported by module (triggers, login, substitutions, menus, css, etc...) // Define some features supported by module (triggers, login, substitutions, menus, css, etc...)
$this->module_parts = array( $this->module_parts = array(