mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
feat: add PAN details field to member for India
This commit is contained in:
@@ -507,6 +507,14 @@ def make_custom_fields(update=True):
|
||||
'depends_on':'eval:in_list(["SEZ", "Overseas", "Deemed Export"], doc.gst_category)',
|
||||
'options': '\nWith Payment of Tax\nWithout Payment of Tax'
|
||||
}
|
||||
],
|
||||
"Member": [
|
||||
{
|
||||
'fieldname': 'pan_number',
|
||||
'label': 'PAN Details',
|
||||
'fieldtype': 'Data',
|
||||
'insert_after': 'email'
|
||||
}
|
||||
]
|
||||
}
|
||||
create_custom_fields(custom_fields, update=update)
|
||||
|
||||
Reference in New Issue
Block a user