27-05-2026 Update DHL Modul v2.0

This commit is contained in:
Kevin 2026-05-27 13:40:38 +00:00
parent 53bdba33cd
commit 036595be94
41 changed files with 3346 additions and 310 deletions

View file

@ -308,6 +308,7 @@ $(document).ready(function() {
badgeClass = 'badge-info';
text = 'Zugestellt';
break;
case 'canceled':
case 'cancelled':
badgeClass = 'badge-secondary';
text = 'Storniert';
@ -345,6 +346,7 @@ $(document).ready(function() {
iconClass = 'fas fa-home';
color = 'text-info';
break;
case 'canceled':
case 'cancelled':
iconClass = 'fas fa-ban';
color = 'text-secondary';