diff --git a/htdocs/install/mysql/migration/3.7.0-3.8.0.sql b/htdocs/install/mysql/migration/3.7.0-3.8.0.sql index 6d45efa9052..00bbfeceb2f 100755 --- a/htdocs/install/mysql/migration/3.7.0-3.8.0.sql +++ b/htdocs/install/mysql/migration/3.7.0-3.8.0.sql @@ -164,6 +164,8 @@ UPDATE llx_const SET entity = __ENCRYPT('1')__ WHERE __DECRYPT('entity')__ = 0 A UPDATE llx_const SET entity = __ENCRYPT('1')__ WHERE __DECRYPT('entity')__ = 0 AND __DECRYPT('name')__ = "MAIN_MAIL_SMTPS_PW"; UPDATE llx_const SET entity = __ENCRYPT('1')__ WHERE __DECRYPT('entity')__ = 0 AND __DECRYPT('name')__ = "MAIN_MAIL_EMAIL_TLS"; +-- This option with this value is not compatible with 3.8. Value must be set to 'mutiselect', 'select2'... +DELETE from llx_const where name = 'MAIN_USE_JQUERY_MULTISELECT' and value = '1'; create table llx_bank_account_extrafields ( diff --git a/htdocs/langs/en_US/holiday.lang b/htdocs/langs/en_US/holiday.lang index bb337c6c67e..9bf90c3d01c 100644 --- a/htdocs/langs/en_US/holiday.lang +++ b/htdocs/langs/en_US/holiday.lang @@ -130,7 +130,6 @@ nbJours=Number days TitleAdminCP=Configuration of Leaves NoticePeriod=Notice period #Messages -Hello=Hello HolidaysToValidate=Validate leave requests HolidaysToValidateBody=Below is a leave request to validate HolidaysToValidateDelay=This leave request will take place within a period of less than %s days. diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang index d410d3a20ef..f0e7fdd9687 100644 --- a/htdocs/langs/en_US/main.lang +++ b/htdocs/langs/en_US/main.lang @@ -712,6 +712,8 @@ Genderman=Man Genderwoman=Woman ViewList=List view Mandatory=Mandatory +Hello=Hello +Sincerely=Sincerely # Week day Monday=Monday Tuesday=Tuesday diff --git a/htdocs/margin/tabs/productMargins.php b/htdocs/margin/tabs/productMargins.php index d3c53eb9e2e..934be1f5a41 100644 --- a/htdocs/margin/tabs/productMargins.php +++ b/htdocs/margin/tabs/productMargins.php @@ -259,14 +259,15 @@ if ($id > 0 || ! empty($ref)) dol_print_error(); } +print ' + +'; llxFooter(); $db->close(); -?> - diff --git a/htdocs/margin/tabs/thirdpartyMargins.php b/htdocs/margin/tabs/thirdpartyMargins.php index e29422259e7..d5c86016862 100644 --- a/htdocs/margin/tabs/thirdpartyMargins.php +++ b/htdocs/margin/tabs/thirdpartyMargins.php @@ -250,13 +250,15 @@ else } +print ' + +'; + llxFooter(); $db->close(); -?> -