mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 07:14:51 +00:00
Remove Document Template field from a few more files
This commit is contained in:
@@ -143,7 +143,6 @@ if (isset($_GET['contact_id'])) {
|
||||
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