From 8c0a907b762c3d8e6acc5accf644a1938639d5ac Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Wed, 25 May 2011 14:23:58 +1000 Subject: [PATCH] Fixed adding Description issue --- webroot/js/document_add_edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });