Merge branch 'handlerupdate' of github.com:webnotes/erpnext into handlerupdate
This commit is contained in:
commit
6c7011fc0f
@ -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)
|
||||
}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
894
|
||||
897
|
Loading…
x
Reference in New Issue
Block a user