mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
Merge branch 'handlerupdate' of github.com:webnotes/erpnext into handlerupdate
This commit is contained in:
@@ -188,7 +188,7 @@ EmailMessage = function(parent, args, list, idx) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
// show only first and last message
|
// 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)
|
$ds(this.message)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
894
|
897
|
||||||
Reference in New Issue
Block a user