diff --git a/webroot/js/document_add_edit.js b/webroot/js/document_add_edit.js index e0f3aeb6..ea8b6d36 100644 --- a/webroot/js/document_add_edit.js +++ b/webroot/js/document_add_edit.js @@ -26,7 +26,7 @@ $(function() { buttons: { "Add Line Item": function() { - $('#QuoteCommercialComments').ckeditor(function() { + $('#LineItemDescription').ckeditor(function() { this.updateElement(); this.destroy(); });