Merge pull request #13544 from frappe/manassolanki-patch-4

Update setup.py
This commit is contained in:
Manas Solanki 2018-04-05 21:36:01 +05:30 committed by GitHub
commit 76cbf0a044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,7 @@ def make_custom_fields():
'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'') ]
depends_on='eval:doc.salary_mode == "Bank"') ]
}
create_custom_fields(custom_fields)