mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Merge branch '1725-4995-Com1-Custom-logo-no-se-mantiene' into 'develop'
Fix default custom logo select value in visual settings for front of reports - #1725 See merge request artica/pandorafms!1205
This commit is contained in:
commit
641a10de0a
@ -624,7 +624,7 @@ $table_other->data['custom_report_front-logo'][0] = __('Custom report front') .
|
|||||||
$table_other->data['custom_report_front-logo'][1] = html_print_select(
|
$table_other->data['custom_report_front-logo'][1] = html_print_select(
|
||||||
$customLogos,
|
$customLogos,
|
||||||
'custom_report_front_logo',
|
'custom_report_front_logo',
|
||||||
$config['custom_report_front_logo'],
|
io_safe_output($config['custom_report_front_logo']),
|
||||||
'showPreview()',
|
'showPreview()',
|
||||||
__('Default'),
|
__('Default'),
|
||||||
'',
|
'',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user