mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-30 21:03:30 +01:00
* `fix(delivery): correct inconsistencies in email triggers and templates` **Body:** - Adjusted email trigger names from `RECEPTION_*` to `SHIPPING_*`. - Updated parameters and placeholders for shipment email tracking. - Removed redundant `reception_send` entry in mail templates for shipping. * `fix(delivery): update email triggers and templates for deliveries` **Body:** - Replaced email trigger `SHIPPING_SENTBYMAIL` with `DELIVERY_SENTBYMAIL`. - Updated template references from `shipping_*` to `delivery_*` for consistency. - Modified tracking ID format from `shi` to `del` in `card.php`. - Added `MailToSendDelivery` language entry for email labels. - Adjusted mail templates to include `delivery_send` entries.