refactored leave and expense

This commit is contained in:
Rushabh Mehta
2012-12-05 14:27:50 +05:30
parent e2639197de
commit 39c356393b
10 changed files with 533 additions and 837 deletions

View File

@@ -20,7 +20,7 @@ def get_companies():
else:
return [r[0] for r in webnotes.conn.sql("""select name from tabCompany
where docstatus!=2""")]
@webnotes.whitelist()
def get_children():
args = webnotes.form_dict