mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 22:48:27 +00:00
Fix typo
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user