Переглянути джерело

debugging populateSelectTableRow

Eager Beaver 5 роки тому
батько
коміт
1adb41fdb8
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      web/tecant/crfPortal.js

+ 2 - 0
web/tecant/crfPortal.js

@@ -243,6 +243,8 @@ function populateTableRow(data,par,rowId){
 		print(par.config,"Field "+varName+" not found");
 		return;
 	}
+	print(par.config,"Using field "+field.name);
+	
 
 	if (!("lookup" in field)){
 		let entry=data.rows[0];