[cleanup] old Workflow Engine, State, Sales Browser Control, Naming Series Options

This commit is contained in:
Rushabh Mehta
2013-06-11 12:35:46 +05:30
parent cd4bfa6b9a
commit 0ab1bdf94e
163 changed files with 4 additions and 2528 deletions

View File

@@ -58,9 +58,6 @@ class DocType(TransactionBase):
# update credit days and limit in account
self.update_credit_days_limit()
def check_state(self):
return "\n" + "\n".join([i[0] for i in sql("select state_name from `tabState` where `tabState`.country='%s' " % self.doc.country)])
def get_payables_group(self):
g = sql("select payables_group from tabCompany where name=%s", self.doc.company)