Browse Source

debugging populateSelectTableRow

Eager Beaver 5 years ago
parent
commit
1adb41fdb8
1 changed files with 2 additions and 0 deletions
  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];