added option to add status in Support Ticket created through website

This commit is contained in:
Anand Doshi
2012-12-24 19:50:15 +05:30
parent 3382aee301
commit e47ceae4b0
2 changed files with 3 additions and 2 deletions

View File

@@ -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)