clarification for form changes
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user