You can fix this bug by yourself.
 
	1. Backup you logbook file. Copy C:\Users\<Your profile name>\Saved Games\DCS.openbeta\MissionEditor\logbook.lua file to somewhere else.
 
	2. Add to logbook.lua section:
 
	["OH58D"] =  
	{ 
	    ["flightHours"] = 0, 
	    ["deaths"] = 0, 
	    ["agKills"] = 0, 
	    ["static"] = 0, 
	    ["aaKills"] = 0, 
	    ["ejections"] = 0, 
	    ["landings"] = 0, 
	    ["refuelings"] = 0, 
	    ["nighttime"] = 0, 
	    ["totalScore"] = 0, 
	    ["naval"] = 0, 
	    ["daytime"] = 0, 
	}, -- end of ["OH58D"]
 
	near other planes/helicoptes to look similar and pay atention to commas.