Seems to mostly work now. Regular matching is still wrong

This commit is contained in:
Jonas Linter
2025-12-03 17:05:58 +01:00
parent c4ecf3802f
commit 24d64bf28f
4 changed files with 301 additions and 968 deletions

View File

@@ -1197,7 +1197,7 @@ async def _process_conversion_xml_background(
# Now process the conversion XML
_LOGGER.info("Starting database processing of %s", filename)
conversion_service = ConversionService(session_maker, hotel.hotel_id)
processing_stats = await conversion_service.process_conversion_xml(xml_content)
processing_stats = await conversion_service.process_conversion_xml(xml_content, run_full_guest_matching=True)
_LOGGER.info(
"Conversion processing complete for %s: %s", filename, processing_stats