浏览代码

Add icon for Deleted Documents

version-14
Sagar Vora 8 年前
父节点
当前提交
5c81b899a9
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      frappe/config/setup.py

+ 6
- 0
frappe/config/setup.py 查看文件

@@ -128,6 +128,12 @@ def get_data():
"description": _("List of backups available for download"),
"icon": "fa fa-download"
},
{
"type": "doctype",
"name": "Deleted Document",
"label": _("Deleted Documents"),
"description": _("Restore or permanently delete a document.")
},
]
},
{


正在加载...
取消
保存