[TASK] add etsch edge case js
This commit is contained in:
parent
b1d48a5154
commit
23a623bdc9
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user