commit | 19f8e6bcf8898fb230414da61418759e88a76300 | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Tue Dec 25 15:30:09 2018 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Tue Dec 25 15:30:09 2018 +0530 |
tree | a2aebf2cfca8dbd727a94cd91a83dea5bd2bc020 | |
parent | 8775204d63ba44e20e3af68c88648e414bd926ed [diff] |
Fix typo
diff --git a/erpnext/patches/v12_0/rename_accounts_desktop_icon_to_accounting.py b/erpnext/patches/v12_0/rename_accounts_desktop_icon_to_accounting.py index 5c1c8fb..e24ed1c 100644 --- a/erpnext/patches/v12_0/rename_accounts_desktop_icon_to_accounting.py +++ b/erpnext/patches/v12_0/rename_accounts_desktop_icon_to_accounting.py
@@ -1,7 +1,7 @@ import frappe from frappe import _ -def execcute(): +def execute(): accounts_module_icons = frappe.get_all('Desktop Icon', filters={ 'module_name': 'Accounts' }, fields=['name'])