fix: User cannot create call log
This commit is contained in:
parent
a7d618cce0
commit
1431bf2a3c
8
erpnext/communication/doctype/call_log/call_log.js
Normal file
8
erpnext/communication/doctype/call_log/call_log.js
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
// Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors
|
||||||
|
// For license information, please see license.txt
|
||||||
|
|
||||||
|
frappe.ui.form.on('Call Log', {
|
||||||
|
// refresh: function(frm) {
|
||||||
|
|
||||||
|
// }
|
||||||
|
});
|
@ -79,7 +79,8 @@
|
|||||||
"read_only": 1
|
"read_only": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2019-06-17 09:02:48.150383",
|
"in_create": 1,
|
||||||
|
"modified": "2019-07-01 09:09:48.516722",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Communication",
|
"module": "Communication",
|
||||||
"name": "Call Log",
|
"name": "Call Log",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user