mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 22:18:27 +00:00
added option to add status in Support Ticket created through website
This commit is contained in:
@@ -14,6 +14,7 @@ erpnext.send_message = function(opts) {
|
||||
cmd: "website.send_message",
|
||||
subject: opts.subject,
|
||||
sender: opts.sender,
|
||||
status: opts.status,
|
||||
message: typeof opts.message == "string"
|
||||
? opts.message
|
||||
: JSON.stringify(opts.message)
|
||||
|
||||
Reference in New Issue
Block a user