diff --git a/src/xls_templates/nakladn.xls b/src/xls_templates/nakladn.xls index dbce07c..ba90fa9 100644 Binary files a/src/xls_templates/nakladn.xls and b/src/xls_templates/nakladn.xls differ diff --git a/static/js/profile/search-main-external-api.js b/static/js/profile/search-main-external-api.js index 4b94a1c..38803a8 100644 --- a/static/js/profile/search-main-external-api.js +++ b/static/js/profile/search-main-external-api.js @@ -57,7 +57,7 @@ $(document).ready(function() { } function changeDataInInputs(data) { - + if (paramsType ==="LEGAL") { if (data.name) profileOrgName.val(join([data.opf && data.opf.short || "",'"' + data.name.short + '"' || '"' + data.name.full + '"'] , " "));