Merge branch 'Warehouse/improve2' into 'master'

Warehouse/improve2

See merge request fronk/thetool!1259
This commit is contained in:
Luca Haid
2025-04-24 15:16:47 +00:00
@@ -192,9 +192,7 @@ class WarehouseOrderController extends TTCrud {
$isGermanSpeaking = in_array($countryText, ['Österreich', 'Deutschland', 'Schweiz']); $isGermanSpeaking = in_array($countryText, ['Österreich', 'Deutschland', 'Schweiz']);
$appendToBody = ''; $appendToBody = '';
if ($isGermanSpeaking && $countryText !== "Österreich") { if (!$isGermanSpeaking) {
$appendToBody .= $texts['DE']['taxFree'] . '<br><br>';
} else {
$appendToBody .= $texts['EN']['taxFree'] . '<br><br>'; $appendToBody .= $texts['EN']['taxFree'] . '<br><br>';
} }