implemented get_site_info for erpnext and patch to move setup complete to system settings

This commit is contained in:
Anand Doshi
2016-06-25 19:51:48 +05:30
parent 5cba40b74f
commit f576f3b17b
4 changed files with 36 additions and 0 deletions

View File

@@ -181,3 +181,5 @@ get_translated_dict = {
bot_parsers = [
'erpnext.utilities.bot.FindItemBot',
]
get_site_info = 'erpnext.utilities.get_site_info'