diff --git a/Web/Resgrid.WebCore/Areas/User/Views/Dispatch/NewCall.cshtml b/Web/Resgrid.WebCore/Areas/User/Views/Dispatch/NewCall.cshtml
index 4b04beee..5e365426 100644
--- a/Web/Resgrid.WebCore/Areas/User/Views/Dispatch/NewCall.cshtml
+++ b/Web/Resgrid.WebCore/Areas/User/Views/Dispatch/NewCall.cshtml
@@ -76,11 +76,11 @@
diff --git a/Web/Resgrid.WebCore/wwwroot/js/app/internal/dispatch/resgrid.dispatch.newcall.js b/Web/Resgrid.WebCore/wwwroot/js/app/internal/dispatch/resgrid.dispatch.newcall.js
index fcd96826..adb5b7c7 100644
--- a/Web/Resgrid.WebCore/wwwroot/js/app/internal/dispatch/resgrid.dispatch.newcall.js
+++ b/Web/Resgrid.WebCore/wwwroot/js/app/internal/dispatch/resgrid.dispatch.newcall.js
@@ -410,6 +410,8 @@ var resgrid;
if (data.CallNature && data.CallNature.length > 0) {
$('#Call_NatureOfCall').val(data.CallNature);
+ quillNote2.setText(data.CallNature);
+
}
if (data.CallType && data.CallType.length > 0) {