소스 검색

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)



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