Skip to content
Snippets Groups Projects
Commit e0a999e0 authored by S.Listl's avatar S.Listl
Browse files

Bulkmail generation bugfix

parent 40d71212
No related branches found
No related tags found
No related merge requests found
......@@ -433,7 +433,7 @@ SerialLetterUtils.buildSerialLetter = function (pSerialLetterId, pRecipientIds)
var contactIds = contactIdsSelect.table();
if(template != null){
return {
content : template.content,
content : template.getSerialLetterByContactIds(contactIds),
filename : template.filename,
title : title
};}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment