We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4232c32 commit 10dc7d8Copy full SHA for 10dc7d8
htdocs/facturxutil/core/modules/modFacturXUtil.class.php
@@ -78,7 +78,7 @@ public function __construct($db)
78
// Name of image file used for this module.
79
// If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue'
80
// If file is in module/img directory under name object_pictovalue.png, use this->picto='pictovalue@module'
81
- $this->picto='pdf';
+ $this->picto = 'fa-file-pdf_far_#65953d';
82
83
// Define some features supported by module (triggers, login, substitutions, menus, css, etc...)
84
$this->module_parts = array(
0 commit comments