mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
Fix typo
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import frappe
|
import frappe
|
||||||
from frappe import _
|
from frappe import _
|
||||||
|
|
||||||
def execcute():
|
def execute():
|
||||||
accounts_module_icons = frappe.get_all('Desktop Icon', filters={
|
accounts_module_icons = frappe.get_all('Desktop Icon', filters={
|
||||||
'module_name': 'Accounts'
|
'module_name': 'Accounts'
|
||||||
}, fields=['name'])
|
}, fields=['name'])
|
||||||
|
|||||||
Reference in New Issue
Block a user