CIM68 - ServiceKit update

This commit is contained in:
“VeLiTi”
2024-04-16 15:40:32 +02:00
parent 75c088d213
commit 5f89767faf
3 changed files with 3 additions and 1 deletions

View File

@@ -339,7 +339,7 @@ if (!empty($post_content['sn']) && !empty($post_content['testdetails'])) {
foreach ($results as $result){
$result = json_decode(json_encode($result));
$servicereport = serviceReport($result, 'email');
generatedPDF($servicereport,$last_id,$user);
generatedPDF($servicereport,$last_id,$useremail);
}
}
}