fix in support ticket thread

This commit is contained in:
Anand Doshi 2012-03-08 14:35:19 +05:30
parent 20f63da794
commit c37c772678
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ EmailMessage = function(parent, args, list, idx) {
);
// 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)
}

View File

@ -1 +1 @@
894
897