Minor fix in customer issue

This commit is contained in:
nabinhait 2014-07-30 14:40:57 +05:30
parent 4859b48c43
commit d6ff58daa1

View File

@ -20,7 +20,6 @@ class CustomerIssue(TransactionBase):
if self.status=="Closed" and \
frappe.db.get_value("Customer Issue", self.name, "status")!="Closed":
self.resolution_date = today()
self.resolved_by = frappe.session.user
def on_cancel(self):
lst = frappe.db.sql("""select t1.name