mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-15 04:45:09 +00:00
cleaned up profile settings
This commit is contained in:
@@ -133,7 +133,9 @@ erpnext.CommunicationView = Class.extend({
|
||||
this.comm_list[0].find('.comm-content').toggle(true);
|
||||
},
|
||||
make_body: function() {
|
||||
this.body = $("<table class='table table-bordered table-hover table-striped'>").appendTo(this.parent);
|
||||
this.wrapper = $("<div><h4>Communication History</h4></div>").appendTo(this.parent);
|
||||
this.body = $("<table class='table table-bordered table-hover table-striped'>")
|
||||
.appendTo(this.body);
|
||||
},
|
||||
prepare: function(doc) {
|
||||
//doc.when = comment_when(this.doc.modified);
|
||||
|
||||
Reference in New Issue
Block a user