clarification for form changes

This commit is contained in:
iw0 2024-06-04 21:44:45 +02:00
parent e12f2d53b9
commit 76325df2f9

View File

@ -485,7 +485,7 @@ const enterPaymentDetails = {
execute: node => {
if (!hasConfiguredBankDetails) return true;
const xfrRadio = node.querySelector('#ueberweisung');
// Seems to have been removed. Try anyway.
// "I didn't travel" comes without this selection and goes straight to bank payout.
if (xfrRadio instanceof Element) xfrRadio.dispatchEvent(new Event('change'));
settings.get(bankDetailConfigKeys).then(results => {
console.debug("storage returned", results);