@@ -74,8 +74,8 @@ abstract class AttachmentModelAbstract
$aAttachments=DatabaseModel::select([
'select'=>empty($aArgs['select'])?['max(relation) as relation','res_id_master','title','res_id','res_id_version','identifier','dest_address_id']:$aArgs['select'],
'table'=>['res_view_attachments'],
'where'=>['res_id_master in (?)','status not in (?, ?)','attachment_type not in (?, ?)','in_send_attach = TRUE'],