notif_report #3
@@ -744,7 +744,7 @@ def create_xml_from_db(list: list[Tuple[Reservation, Customer]]):
|
||||
klick_id = reservation.fbclid or reservation.gclid
|
||||
|
||||
|
||||
|
||||
# explicitly set klick_id to None otherwise an empty string will be sent
|
||||
if klick_id in (None, "", "None"):
|
||||
klick_id = None
|
||||
else: # extract string from Column object
|
||||
|
||||
Reference in New Issue
Block a user