From 19f8e6bcf8898fb230414da61418759e88a76300 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Tue, 25 Dec 2018 15:30:09 +0530 Subject: [PATCH] Fix typo --- .../patches/v12_0/rename_accounts_desktop_icon_to_accounting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5c1c8fb7ec3..e24ed1ce838 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'])