diff --git a/entity/BulkMail_entity/recordcontainers/db/onDBUpdate.js b/entity/BulkMail_entity/recordcontainers/db/onDBUpdate.js
index d0d6d13510e00a5910eb93432d98a6163d8ce175..7626ea2ecbb54be6241b0f6d4214ac16388e7bb3 100644
--- a/entity/BulkMail_entity/recordcontainers/db/onDBUpdate.js
+++ b/entity/BulkMail_entity/recordcontainers/db/onDBUpdate.js
@@ -30,8 +30,6 @@ if (template && template.content && BulkMailUtils.isValidTemplateType(template.t
         template.filename = bulkMailName + ".html";
     
     SingleBinaryUtils.set("BULKMAIL", "DOCUMENT", vars.get("$local.uid"), template.content, template.filename);
-    
-    neon.refresh(["$field.content"]);
 }
 
 WorkflowSignalSender.updated();
\ No newline at end of file