We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7e7f1 commit bfeb37bCopy full SHA for bfeb37b
1 file changed
mailalerts.php
@@ -808,13 +808,6 @@ public function hookActionOrderReturn($params)
808
}
809
810
811
- $en = (int)Language::getIdByIso('en');
812
- if ($mail_id_lang != $en)
813
- {
814
- $mail_id_lang = $en;
815
- $mail_iso = 'en';
816
- }
817
-
818
$dir_mail = false;
819
if (file_exists(dirname(__FILE__).'/mails/'.$mail_iso.'/return_slip.txt') &&
820
file_exists(dirname(__FILE__).'/mails/'.$mail_iso.'/return_slip.html'))
0 commit comments