commit | 4714424de0e02485fb9885901b20c180fb6348fc | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Thu Dec 22 18:22:46 2011 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Thu Dec 22 18:22:46 2011 +0530 |
tree | 7efbc781f36c02c869591294bce8646b29ea7303 | |
parent | 0188df1609b9125a2a26f3a31018ccbe8eb19122 [diff] | |
parent | 27b05eac7acf890fff366bfa6ef04725dce763d3 [diff] |
Merge branch 'master' of github.com:webnotes/erpnext
diff --git a/erpnext/patches/edigest_enable_income_year_to_date.py b/erpnext/patches/edigest_enable_income_year_to_date.py index 16e8932..380de83 100644 --- a/erpnext/patches/edigest_enable_income_year_to_date.py +++ b/erpnext/patches/edigest_enable_income_year_to_date.py
@@ -1,4 +1,5 @@ import webnotes +from webnotes.model.doc import Document def execute(): companies_list = webnotes.conn.sql("SELECT company_name FROM `tabCompany`", as_list=1)