- 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>
451 B
Executable file
451 B
Executable file
CHANGELOG MODULE DELIVERYINVOICEADDRESS FOR DOLIBARR ERP CRM
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