feat: Improve logging and rowId handling in sync process for Advoware and EspoCRM

This commit is contained in:
2026-02-07 21:52:58 +00:00
parent 99fb2e22c7
commit bed3c09bb1
2 changed files with 53 additions and 23 deletions

View File

@@ -77,7 +77,7 @@ class BeteiligteMapper:
# Advoware ignoriert diese Felder im PUT (trotz Swagger Schema)
# Siehe: docs/ADVOWARE_BETEILIGTE_FIELDS.md
logger.debug(f"Mapped to Advoware STAMMDATEN: name={advo_data.get('name')}, vorname={advo_data.get('vorname')}, rechtsform={rechtsform}")
logger.debug(f"Mapped to Advoware STAMMDATEN: name={advo_data.get('name')}, vorname={advo_data.get('vorname')}, rechtsform={advo_data.get('rechtsform')}")
return advo_data