ソースを参照

Merge pull request #3487 from sagarvora/gh-9286

[minor] Add icon for Deleted Documents
version-14
Makarand Bauskar 8年前
committed by GitHub
コミット
1ba3d14977
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.")
},
]
},
{


読み込み中…
キャンセル
保存