Skip to content
Snippets Groups Projects
Commit 7b7b8f37 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge branch 'bug-1784' of https://github.com/marcosgdf/dolibarr into

marcosgdf-bug-1784

Conflicts:
	ChangeLog
parents a696ad62 17b14eed
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ English Dolibarr ChangeLog
- Fix: [ bug #1796 ] Unable to use numeration modules from an external module
- Fix: [ bug #1783 ] SQL error when enabling 3rd party module with PostgreSQL and MySQL strict mode ON
- Fix: [ bug #1717 ] Sorting unpaid invoices by amount received brings due amount
- Fix: [ bug #1784 ] MOTD doesn't show up in Amarok theme
***** ChangeLog for 3.6.2 compared to 3.6.1 *****
- Fix: fix ErrorBadValueForParamNotAString error message in price customer multiprice.
......
......@@ -203,7 +203,7 @@ if (isset($conf->file->main_authentication) && preg_match('/openid/',$conf->file
<?php if ($main_home)
{
?>
<div class="center" class="login_main_home" style="max-width: 80%">
<div class="login_main_home" style="max-width: 80%">
<?php echo $main_home; ?>
</div><br>
<?php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment