AW: Versandmail falsche Darstellung Bereich Versand
Hallo,
Zeile 797 bis 817 der HTML Format-Vorlage mit folgendem ersetzen:
<!-- BETATESTER -->
<thead> <tr> <th style="width: 30%;">Versandart</th> <th width="100%">Sendungsverfolgung</th> <th>Hinweis</th> </tr> </thead> <tbody> {% for paket in Vorgang.Pakete -%} {% capture name %}{% if paket.Versandart.Name != empty %}{{paket.Versandart.Name}}{% else %}Lieferung durch {{ paket.Logistiker.Name }}{% endif %}{% endcapture -%} <tr> <td>{{ name }}</td> <td class="PositionDescription"> {% capture trackingid -%}{% if paket.TrackingID != empty -%}{{ paket.TrackingID }}{% else %}Keine Tracking-ID vorhanden{% endif %}{% endcapture %} {% if paket.TrackingURL != empty -%} <a href="{{paket.TrackingURL}}">{{ trackingid }}</a> {% else -%} {{ trackingid }} {% endif -%} </td> <td>{{ paket.Hinweis }}</td>
<!-- BETATESTER -->
Viele Grüße
😉
Aaron