You've already forked isop-mirror
fix: update student address retrieval in default agreement
This commit is contained in:
@@ -83,7 +83,7 @@ class InternshipController extends Controller
|
|||||||
'companyContact' => $contact,
|
'companyContact' => $contact,
|
||||||
'internship' => $internship,
|
'internship' => $internship,
|
||||||
'student' => $internship->student,
|
'student' => $internship->student,
|
||||||
'student_address' => "Hlavná 123, Nitra",
|
'student_address' => $internship->student->studentData->address,
|
||||||
])->render();
|
])->render();
|
||||||
|
|
||||||
$pdf = new Mpdf([
|
$pdf = new Mpdf([
|
||||||
|
|||||||
Reference in New Issue
Block a user