clarification for form changes
This commit is contained in:
parent
e12f2d53b9
commit
76325df2f9
@ -485,7 +485,7 @@ const enterPaymentDetails = {
|
|||||||
execute: node => {
|
execute: node => {
|
||||||
if (!hasConfiguredBankDetails) return true;
|
if (!hasConfiguredBankDetails) return true;
|
||||||
const xfrRadio = node.querySelector('#ueberweisung');
|
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'));
|
if (xfrRadio instanceof Element) xfrRadio.dispatchEvent(new Event('change'));
|
||||||
settings.get(bankDetailConfigKeys).then(results => {
|
settings.get(bankDetailConfigKeys).then(results => {
|
||||||
console.debug("storage returned", results);
|
console.debug("storage returned", results);
|
||||||
|
Loading…
Reference in New Issue
Block a user