Minor fix
This commit is contained in:
parent
89625b6eef
commit
27c37e1b77
@ -5,7 +5,7 @@ def execute():
|
||||
frappe.db.sql("""
|
||||
UPDATE `tabDesktop Icon`
|
||||
SET
|
||||
`module_name`='Help', `label`=%s
|
||||
`module_name`='Help', `label`='Help', `_label`=%s
|
||||
WHERE
|
||||
`module_name`='Learn' AND
|
||||
`standard`=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user