Minor fix

This commit is contained in:
Suraj Shetty 2018-12-21 12:43:46 +05:30
parent 89625b6eef
commit 27c37e1b77

View File

@ -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