Use order number instead of reference in confirmation email

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-21 16:44:57 +01:00
parent b0dead8120
commit a18e6d4414

View File

@@ -5,7 +5,7 @@
{% block content %}
<h2>Vos billets sont prets !</h2>
<p>Bonjour {{ order.firstName }},</p>
<p>Merci pour votre commande <strong>{{ order.reference }}</strong> pour l'evenement <strong>{{ order.event.title }}</strong>.</p>
<p>Merci pour votre commande <strong>{{ order.orderNumber }}</strong> pour l'evenement <strong>{{ order.event.title }}</strong>.</p>
<table style="width: 100%; border-collapse: collapse; margin: 20px 0;">
<thead>