ソースを参照

fix: correct import path

Co-authored-by: gavin <gavin18d@gmail.com>
version-14
Ankush Menat 2年前
committed by GitHub
コミット
0f83e9e944
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      frappe/core/doctype/comment/comment.py

+ 1
- 1
frappe/core/doctype/comment/comment.py ファイルの表示

@@ -11,7 +11,7 @@ from frappe.desk.doctype.notification_log.notification_log import (
get_title,
get_title_html,
)
from frappe.desk.reportview import is_virtual_doctype
from frappe.model.utils import is_virtual_doctype
from frappe.exceptions import ImplicitCommitError
from frappe.model.document import Document
from frappe.utils import get_fullname


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