removing debugging line from addGrantRoleToPerson testing new freemarker function to get field value

This commit is contained in:
hjkhjk54 2011-11-04 22:04:03 +00:00
parent 5c947b954f
commit a305d7f59d

View file

@ -39,7 +39,6 @@
<#--Get selected activity type value if it exists, this is alternative to below-->
Test grant label: ${lvf.getFormFieldValue(editSubmission, editConfiguration, "grantLabel")} End Test
<#assign grantLabel = ""/>
<#if literalValues?keys?seq_contains("grantLabel") && (literalValues.grantLabel?size > 0)>