commit | a3f28d40b0a29a31ed8acb110ad990cf24a4ed10 | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Mon Dec 24 19:39:45 2018 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Mon Dec 24 19:39:45 2018 +0530 |
tree | 5ff6ee8168604ca68d265972ac0c69de2330cbcf | |
parent | 9c3dcfea76f0f0e0b163bf5b3d2ad9a0ada83ed4 [diff] |
Remove _label
diff --git a/erpnext/patches/v11_0/rename_learn_to_help.py b/erpnext/patches/v11_0/rename_learn_to_help.py index d384a58..72f75f8 100644 --- a/erpnext/patches/v11_0/rename_learn_to_help.py +++ b/erpnext/patches/v11_0/rename_learn_to_help.py
@@ -5,7 +5,7 @@ frappe.db.sql(""" UPDATE `tabDesktop Icon` SET - `module_name`='Help', `label`='Help', `_label`=%s + `module_name`='Help', `label`=%s WHERE `module_name`='Learn' AND `standard`=1