dolibarr.deliveryinvoiceadd.../ChangeLog.md
data e8694aa0a4 v1.2: Fix name-Substitution, neuer fullname-Platzhalter, Code-Refactoring
- Fix: {*_contact_name} liefert jetzt Nachname statt Vorname
- Neu: {*_contact_fullname} (Vorname + Nachname, MAIN_FIRSTNAME_NAME_POSITION)
- Refactoring: eine JOIN-Query statt N+1, Mapping-Array, Elementtyp-Check
- Dokumentation aktualisiert

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 18:23:27 +01:00

12 lines
451 B
Markdown
Executable file

# CHANGELOG MODULE DELIVERYINVOICEADDRESS FOR [DOLIBARR ERP CRM](https://www.dolibarr.org)
## 1.2
- Fix: `{*_contact_name}` liefert jetzt Nachname statt Vorname
- Neu: `{*_contact_fullname}` Platzhalter (Vorname + Nachname, berücksichtigt MAIN_FIRSTNAME_NAME_POSITION)
- Refactoring: Kontaktdaten per JOIN in einer Query statt N+1 Queries
- Code aufgeräumt: Mapping-Array statt if/elseif, Null-Coalescing, weniger Logging
## 1.1
Initial version