CMXX - ServiceReport email in user language

This commit is contained in:
“VeLiTi”
2024-11-25 19:27:45 +01:00
parent f033e3037e
commit 79edab3cc6
5 changed files with 7 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ $historyID = $_GET['historyID'] ?? '';
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Create ServiceReport
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++
$servicereport_data = serviceReport($history[0], '');
$servicereport_data = serviceReport($history[0], '', $_SESSION['country_code']);
$servicereport_name = 'Service report - '.$historyID;
//+++++++++++++++++++++++++++++++++++++++++++