소스 검색

[fix] genders patch

version-14
Rushabh Mehta 8 년 전
부모
커밋
1d38a4ae2f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      frappe/patches/v8_0/update_gender_and_salutation.py

+ 3
- 0
frappe/patches/v8_0/update_gender_and_salutation.py 파일 보기

@@ -8,4 +8,7 @@ def execute():
frappe.db.set_value("DocType", "Contact", "module", "Contacts")
frappe.db.set_value("DocType", "Address", "module", "Contacts")
frappe.db.set_value("DocType", "Address Template", "module", "Contacts")
frappe.reload_doc('contacts', 'doctype', 'gender')
frappe.reload_doc('contacts', 'doctype', 'salutation')

update_genders_and_salutations()

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