[fix] [minor] communication related cleanup

This commit is contained in:
Anand Doshi
2013-09-12 19:10:05 +05:30
parent 24416f92cc
commit 3a6f4f882a
7 changed files with 9 additions and 30 deletions

View File

@@ -204,11 +204,6 @@ class DocType(SellingController):
print_lst.append(lst1)
return print_lst
def update_followup_details(self):
sql("delete from `tabCommunication Log` where parent = '%s'"%self.doc.name)
for d in getlist(self.doclist, 'follow_up'):
d.save()
@webnotes.whitelist()
def make_sales_order(source_name, target_doclist=None):
return _make_sales_order(source_name, target_doclist)