[docs] Customize and tools docs completed

This commit is contained in:
Priya
2013-09-17 16:20:07 +05:30
parent 92027ebdb7
commit 1aeaa14b4b
17 changed files with 137 additions and 40 deletions

View File

@@ -11,4 +11,4 @@ def execute():
tic = webnotes.get_obj("Support Ticket", d.name)
tic.set_lead_contact(d.raised_by)
webnotes.conn.sql("""update `tabSupport Ticket` set lead = %s, contact = %s, company = %s
where name = %s""", (tic.doc.lead, tic.doc.contact, tic.doc.company, d.name))
where name = %s""", (tic.doc.lead, tic.doc.contact, tic.doc.company, d.name