';
diff --git a/htdocs/install/mysql/migration/9.0.0-10.0.0.sql b/htdocs/install/mysql/migration/9.0.0-10.0.0.sql
index 4bb083ab797..a56cb45e4fe 100644
--- a/htdocs/install/mysql/migration/9.0.0-10.0.0.sql
+++ b/htdocs/install/mysql/migration/9.0.0-10.0.0.sql
@@ -328,6 +328,9 @@ UPDATE llx_c_shipment_mode SET label = 'https://www.laposte.fr/outils/suivre-vos
UPDATE llx_c_shipment_mode SET label = 'https://www.laposte.fr/outils/suivre-vos-envois?code={TRACKID}' WHERE code IN ('LETTREMAX');
+-- VMYSQL4.3 ALTER TABLE llx_holiday MODIFY COLUMN ref varchar(30) NULL;
+-- VPGSQL8.2 ALTER TABLE llx_holiday ALTER COLUMN ref DROP NOT NULL;
+
create table llx_reception
(
diff --git a/htdocs/langs/en_US/stocks.lang b/htdocs/langs/en_US/stocks.lang
index 18dc7faaeb9..ecee37908ce 100644
--- a/htdocs/langs/en_US/stocks.lang
+++ b/htdocs/langs/en_US/stocks.lang
@@ -214,4 +214,4 @@ StockIncrease=Stock increase
StockDecrease=Stock decrease
InventoryForASpecificWarehouse=Inventory for a specific warehouse
InventoryForASpecificProduct=Inventory for a specific product
-
+StockIsRequiredToChooseWhichLotToUse=Stock is required to choose which lot to use
diff --git a/htdocs/user/document.php b/htdocs/user/document.php
index 63b31328716..ae9d3ebf066 100644
--- a/htdocs/user/document.php
+++ b/htdocs/user/document.php
@@ -115,8 +115,7 @@ if (empty($reshook)) {
$form = new Form($db);
-$help_url='EN:Module_Third_Parties|FR:Module_Tiers|ES:Empresas';
-llxHeader('', $langs->trans("ThirdParty").' - '.$langs->trans("Files"), $help_url);
+llxHeader('', $langs->trans("UserCard").' - '.$langs->trans("Files"));
if ($object->id)
{