mirror of
https://github.com/itflow-org/itflow
synced 2026-08-15 20:15:12 +00:00
Remove unused credential view model, add enforceClient Check on export client pdf
This commit is contained in:
@@ -1264,6 +1264,8 @@ if (isset($_POST["export_client_pdf"])) {
|
||||
$export_trips = intval($_POST["export_trips"]);
|
||||
$export_logs = intval($_POST["export_logs"]);
|
||||
|
||||
enforceClientAccess();
|
||||
|
||||
logAudit("Client", "Export", "$session_name exported client data to a PDF file", $client_id, $client_id);
|
||||
|
||||
// Get client record (joining primary contact and primary location)
|
||||
|
||||
Reference in New Issue
Block a user