Warehouse/improve2

This commit is contained in:
Luca Haid
2025-04-24 15:16:46 +00:00
parent 24acc66738
commit c24651fabd

View File

@@ -192,9 +192,7 @@ class WarehouseOrderController extends TTCrud {
$isGermanSpeaking = in_array($countryText, ['Österreich', 'Deutschland', 'Schweiz']);
$appendToBody = '';
if ($isGermanSpeaking && $countryText !== "Österreich") {
$appendToBody .= $texts['DE']['taxFree'] . '<br><br>';
} else {
if (!$isGermanSpeaking) {
$appendToBody .= $texts['EN']['taxFree'] . '<br><br>';
}