commit | c37c7726781f033d629ee9b98895018413ce35eb | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Thu Mar 08 14:35:19 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Thu Mar 08 14:35:19 2012 +0530 |
tree | 3e7068ebc6163a10370de59acb06531bebf6ae81 | |
parent | 20f63da79424e279921c8c998d8eda3c8ed498fc [diff] |
fix in support ticket thread
diff --git a/erpnext/support/doctype/support_ticket/support_ticket.js b/erpnext/support/doctype/support_ticket/support_ticket.js index ce66855..c3f2a29 100644 --- a/erpnext/support/doctype/support_ticket/support_ticket.js +++ b/erpnext/support/doctype/support_ticket/support_ticket.js
@@ -188,7 +188,7 @@ ); // show only first and last message - if(idx==-1 || list && list.values.length-1==idx) { + if(idx==-1 || list && list.data.length-1==idx) { $ds(this.message) }
diff --git a/version.num b/version.num index 523780a..2ddfe0b 100644 --- a/version.num +++ b/version.num
@@ -1 +1 @@ -894 \ No newline at end of file +897 \ No newline at end of file