mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Portal - show client contacts
This commit is contained in:
@@ -16,6 +16,7 @@ if ($session_contact_primary == 0 && !$session_contact_is_technical_contact) {
|
||||
$documents_sql = mysqli_query($mysqli, "SELECT document_id, document_name, document_created_at, folder_name FROM documents LEFT JOIN folders ON document_folder_id = folder_id WHERE document_client_id = $session_client_id AND document_template = 0 AND document_archived_at IS NULL ORDER BY folder_id, document_name DESC");
|
||||
?>
|
||||
|
||||
<h3>Documents</h3>
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-10">
|
||||
|
||||
Reference in New Issue
Block a user