feat: Improve logging and rowId handling in sync process for Advoware and EspoCRM
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user