浏览代码

fix!: Allow child table naming

version-14
Gavin D'souza 3 年前
父节点
当前提交
03d542edce
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. +0
    -3
      frappe/model/naming.py

+ 0
- 3
frappe/model/naming.py 查看文件

@@ -46,9 +46,6 @@ def set_new_name(doc):
elif getattr(doc.meta, "issingle", False):
doc.name = doc.doctype

elif getattr(doc.meta, "istable", False):
doc.name = make_autoname("hash", doc.doctype)

if not doc.name:
set_naming_from_document_naming_rule(doc)



正在加载...
取消
保存