correction_name = bb.get('Korrektur_To_Name', None)
if isinstance(correction_name, Parameter) and correction_name.value.strip() != "":
sledrun_json['correction_name'] = correction_name.value.strip()
+ freizeitticket = bb.get('Freizeitticket', None)
+ if isinstance(freizeitticket, Parameter) and freizeitticket.value.strip() == "Ja":
+ sledrun_json['freizeitticket_tyrol'] = True
+ regiocard = bb.get('Regiocard', None)
+ if isinstance(regiocard, Parameter) and regiocard.value.strip() != "":
+ sledrun_json['regio_card_tyrol'] = True
_button_bar()