forked from Ruderverein-Donau-Linz/rowt
		
	[TASK] add etsch edge case js
This commit is contained in:
		| @@ -154,8 +154,15 @@ function selectBoatChange() { | ||||
|  | ||||
|         if (event.detail.customProperties.owner) { | ||||
|           choiceObjects["newrower"].setChoiceByValue( | ||||
|             event.detail.customProperties.owner + "", | ||||
|             event.detail.customProperties.owner.toString(), | ||||
|           ); | ||||
|  | ||||
|           if(event.detail.value === '36') { | ||||
|               /** custom code for Etsch */ | ||||
|               choiceObjects["newrower"].setChoiceByValue( | ||||
|                 "81", | ||||
|               ); | ||||
|           } | ||||
|         } | ||||
|  | ||||
|         const inputElement = document.getElementById( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Marie Birner
					Marie Birner