mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +00:00
fix in website pages - should be of _type POST
This commit is contained in:
@@ -15,6 +15,7 @@ erpnext.send_message = function(opts) {
|
||||
subject: opts.subject,
|
||||
sender: opts.sender,
|
||||
status: opts.status,
|
||||
_type: "POST",
|
||||
message: typeof opts.message == "string"
|
||||
? opts.message
|
||||
: JSON.stringify(opts.message)
|
||||
|
||||
Reference in New Issue
Block a user