Eager Beaver 5 лет назад
Родитель
Сommit
5b8d388718
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/tecant/crfPortal.js

+ 1 - 1
web/tecant/crfPortal.js

@@ -32,7 +32,7 @@ function sourceVar(crfEntryName,elementId,sourceName){
 }
 
 function getField(config, data, varName){
-	let debug=false;
+	let debug=true;
 	if (debug) print(config, "getField");
 	let fields=data.metaData.fields;
 	for (f in fields){