Skip to content
Snippets Groups Projects
Commit 852c647b authored by S.Listl's avatar S.Listl Committed by Sebastian Listl
Browse files

Bulkmail generation bugfix

(cherry picked from commit e0a999e0)
parent 014cc704
No related branches found
No related tags found
No related merge requests found
...@@ -433,7 +433,7 @@ SerialLetterUtils.buildSerialLetter = function (pSerialLetterId, pRecipientIds) ...@@ -433,7 +433,7 @@ SerialLetterUtils.buildSerialLetter = function (pSerialLetterId, pRecipientIds)
var contactIds = contactIdsSelect.table(); var contactIds = contactIdsSelect.table();
if(template != null){ if(template != null){
return { return {
content : template.content, content : template.getSerialLetterByContactIds(contactIds),
filename : template.filename, filename : template.filename,
title : title 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