Skip to content
Snippets Groups Projects

Fixing Documents not being sent as Email Attachments #1506

Merged Martin Allen requested to merge (removed):master into master
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -346,6 +346,7 @@ class Emails_Record_Model extends Vtiger_Record_Model {
$documentsList[$i]['attachment'] = decode_html($db->query_result($documentRes, $i, 'name'));
$documentsList[$i]['storedname'] = decode_html($db->query_result($documentRes, $i, 'storedname'));
$documentsList[$i]['type'] = $db->query_result($documentRes, $i, 'type');
$documentsList[$i]['filenamewithpath'] = $documentsList[$i]['path'].$documentsList[$i]['fileid'].'_'.$documentsList[$i]['storedname'];
}
}
return $documentsList;
@@ -825,4 +826,4 @@ class Emails_Record_Model extends Vtiger_Record_Model {
}
return false;
}
}
}
\ No newline at end of file
Loading