- 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>
13 lines
516 B
Markdown
Executable file
13 lines
516 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
|
|
- Elementtyp-Check: Funktion läuft nur bei Rechnungen (Facture)
|
|
- Code aufgeräumt: Mapping-Array statt if/elseif, Null-Coalescing, weniger Logging
|
|
|
|
## 1.1
|
|
|
|
Initial version
|