Merge pull request #118 from danieldupriest/FixesFor108
fixes for ticket #108 changed "true" to true
This commit is contained in:
		
						commit
						318cb0a985
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -470,7 +470,7 @@ function displayReport(parsedData){ | |||
|                 let p1Value = ""; | ||||
|                 if(field.field_type == "boolean") | ||||
|                 { | ||||
|                     if(field.value == "true") | ||||
|                     if(field.value == true) | ||||
|                     { | ||||
|                         p1Value = document.createTextNode(field.label + ": " + "Yes"); | ||||
|                         p1.appendChild(p1Value); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 ppdom
						ppdom