mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 17:45:04 +00:00
Group email fields together and add IFSC Code (#13535)
* [fix] #13534 * change field order cell no
This commit is contained in:
committed by
Rushabh Mehta
parent
59147c0368
commit
f41963536e
File diff suppressed because it is too large
Load Diff
@@ -180,7 +180,11 @@ def make_custom_fields():
|
||||
'Sales Invoice Item': [hsn_sac_field],
|
||||
'Purchase Order Item': [hsn_sac_field],
|
||||
'Purchase Receipt Item': [hsn_sac_field],
|
||||
'Purchase Invoice Item': [hsn_sac_field]
|
||||
'Purchase Invoice Item': [hsn_sac_field],
|
||||
'Employee': [
|
||||
dict(fieldname='ifsc_code', label='IFSC Code',
|
||||
fieldtype='Data', insert_after='bank_ac_no', print_hide=1,
|
||||
depends_on='eval:doc.salary_mode == 'Bank'') ]
|
||||
}
|
||||
|
||||
create_custom_fields(custom_fields)
|
||||
|
||||
Reference in New Issue
Block a user