Merge branch 'Warehouse/improve2' into 'master'
Warehouse/improve2 See merge request fronk/thetool!1259
This commit is contained in:
@@ -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>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user