소스 검색

Merge pull request #16608 from gavindsouza/allow-childtable-naming

fix!: Allow child table naming (autoname)
version-14
mergify[bot] 3 년 전
committed by GitHub
부모
커밋
b193194484
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
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)



불러오는 중...
취소
저장