Eager Beaver 5 anni fa
parent
commit
897355dc60
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      web/tecant/crfPortal.js

+ 4 - 0
web/tecant/crfPortal.js

@@ -24,6 +24,10 @@ function drawForm(par){
 
 	generateButtonRow(formTableId,"Add new CRF","Add", par, addNewEntry);
 
+	populateSelectTableEntry(par,"Form");
+
+	generateTable(par,"startDiv","startTable");
+	
 	
 
 }