Merge branch 'master' of github.com:webnotes/erpnext into purchase_price_list

Conflicts:
	patches/patch_list.py
This commit is contained in:
Anand Doshi
2013-01-18 12:32:00 +05:30
6 changed files with 200 additions and 237 deletions

View File

@@ -0,0 +1,5 @@
def execute():
from webnotes.modules.import_file import import_file
import_file("accounts", "GL Mapper", "Journal Voucher")
import_file("accounts", "GL Mapper", "Purchase Invoice")
import_file("accounts", "GL Mapper", "Purchase Invoice with write off")