group-reservations-in-log #426
@@ -154,8 +154,15 @@ function selectBoatChange() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        if (event.detail.customProperties.owner) {
 | 
					        if (event.detail.customProperties.owner) {
 | 
				
			||||||
          choiceObjects["newrower"].setChoiceByValue(
 | 
					          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(
 | 
					        const inputElement = document.getElementById(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user