mirror of
https://github.com/itflow-org/itflow
synced 2026-08-18 21:45:13 +00:00
More Client Enforcement in modals across the app
This commit is contained in:
5
agent/modals/vendor/vendor_edit.php
vendored
5
agent/modals/vendor/vendor_edit.php
vendored
@@ -21,6 +21,11 @@ $vendor_sla = escapeHtml($row['vendor_sla']);
|
||||
$vendor_code = escapeHtml($row['vendor_code']);
|
||||
$vendor_notes = escapeHtml($row['vendor_notes']);
|
||||
$vendor_template_id = intval($row['vendor_template_id']);
|
||||
$client_id = intval($row['vendor_client_id']);
|
||||
|
||||
if ($client_id) {
|
||||
enforceClientAccess();
|
||||
}
|
||||
|
||||
ob_start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user