Update setup.py

This commit is contained in:
Manas Solanki 2018-04-05 21:35:29 +05:30 committed by GitHub
parent f41963536e
commit b2f9af71d2
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)