diff --git a/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl
index 09a50329f..181508404 100644
--- a/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl
+++ b/admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl
@@ -77,6 +77,7 @@
{l s='Sample Addresses file'}
{l s='Sample Manufacturers file'}
{l s='Sample Suppliers file'}
+ {l s='Sample Alias file'}
{if $PS_ADVANCED_STOCK_MANAGEMENT}
{l s='Supply Orders sample file'}
{l s='Supply Orders Details sample file'}
@@ -203,12 +204,12 @@
});
$("select#entity").change(function(){
- if ($("#entity > option:selected").val() == 7 || $("#entity > option:selected").val() == 8)
+ if ($("#entity > option:selected").val() == 8 || $("#entity > option:selected").val() == 9)
$("label[for=truncate],#truncate").hide();
else
$("label[for=truncate],#truncate").show();
- if ($("#entity > option:selected").val() == 8)
+ if ($("#entity > option:selected").val() == 9)
{
$(".import_supply_orders_details").show();
$('input[name=multiple_value_separator]').val('|');
@@ -226,7 +227,7 @@
$(".import_products_categories, label[for=regenerate], #regenerate").show();
else
$(".import_products_categories, label[for=regenerate], #regenerate").hide();
- if ($("#entity > option:selected").val() == 0 || $("#entity > option:selected").val() == 1 || $("#entity > option:selected").val() == 3 || $("#entity > option:selected").val() == 5 || $("#entity > option:selected").val() == 6)
+ if ($("#entity > option:selected").val() == 0 || $("#entity > option:selected").val() == 1 || $("#entity > option:selected").val() == 3 || $("#entity > option:selected").val() == 5 || $("#entity > option:selected").val() == 6 || $("#entity > option:selected").val() == 7)
$("label[for=forceIDs], #forceIDs").show();
else
$("label[for=forceIDs], #forceIDs").hide();
@@ -260,4 +261,4 @@
});
};
});
-
\ No newline at end of file
+