diff --git a/admin-dev/themes/default/template/import/form.tpl b/admin-dev/themes/default/template/import/form.tpl
index d2d586c5f..599c7fe97 100644
--- a/admin-dev/themes/default/template/import/form.tpl
+++ b/admin-dev/themes/default/template/import/form.tpl
@@ -113,6 +113,7 @@
{l s='Manufacturers sample file'}
{l s='Suppliers sample file'}
{l s='Supply Orders sample file'}
+ {l s='Supply Orders Details sample file'}
@@ -197,7 +198,7 @@
{l s='Note that the category import does not support categories of the same name.'}
{l s='Note that you can have serveral products with the same reference.'}
-
+
{l s='Importing Supply Order Details will first reset the products ordered.'}
{if !count($files_to_import)}
@@ -242,12 +243,12 @@
if ($("#entity > option:selected").val() == 8)
{
- $(".warn .import_supply_orders_details").show();
+ $(".import_supply_orders_details").show();
$('input[name=multiple_value_separator]').val('|');
}
else
{
- $(".warn .import_supply_orders_details").hide();
+ $(".import_supply_orders_details").hide();
$('input[name=multiple_value_separator]').val(',');
}