Merge branch 'handlerupdate' of github.com:webnotes/erpnext into handlerupdate

This commit is contained in:
Rushabh Mehta 2012-03-08 10:05:54 +01:00
commit 6c7011fc0f
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