From a4fba324a0859e80236ea48d40c4673e97448a35 Mon Sep 17 00:00:00 2001
From: Alex Arnaud <alex.arnaud@biblibre.com>
Date: Thu, 23 Oct 2014 16:56:47 +0200
Subject: [PATCH] hotline#17157 - Make the marc configuration form displayed
 when selecting unimarc or marc21 in profil creation.

---
 cosmogramme/java_script/main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cosmogramme/java_script/main.js b/cosmogramme/java_script/main.js
index bbf26e13ff5..0b004b0f62d 100644
--- a/cosmogramme/java_script/main.js
+++ b/cosmogramme/java_script/main.js
@@ -50,7 +50,7 @@ function activerFormat(sIdProfil)
 	}
 
 	// Identifiants des objets a afficher
-	if(sFormat == "0" || sFormat=="6")
+	if(sFormat == 0 || sFormat== 6)
 	{
 		if(sTypeFichier == "0") sIdBlocFormat="unimarc_0";
 		else sIdBlocFormat="unimarc_1";
-- 
GitLab