mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 21:45:37 +00:00
Remove Document Template field from a few more files
This commit is contained in:
@@ -125,7 +125,6 @@ $sql_linked_documents = mysqli_query($mysqli, "SELECT * FROM contact_documents,
|
||||
LEFT JOIN users ON document_created_by = user_id
|
||||
WHERE contact_documents.contact_id = $contact_id
|
||||
AND contact_documents.document_id = documents.document_id
|
||||
AND document_template = 0
|
||||
AND document_archived_at IS NULL
|
||||
ORDER BY document_name ASC"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user