Warehouse/improve2
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user