[minor][wiz] fix company image alignment (#10114) (#10117)

This commit is contained in:
Makarand Bauskar 2017-07-26 18:19:41 +05:30 committed by GitHub
parent 930dd5e54e
commit 1d9fd9aa52

View File

@ -46,13 +46,15 @@ var erpnext_slides = [
fieldtype: "Attach Image", fieldname: "attach_logo", fieldtype: "Attach Image", fieldname: "attach_logo",
label: __("Attach Logo"), label: __("Attach Logo"),
description: __("100px by 100px"), description: __("100px by 100px"),
is_private: 0 is_private: 0,
align: 'center'
}, },
{ {
fieldname: 'company_name', fieldname: 'company_name',
label: frappe.setup.domain === 'Education' ? label: frappe.setup.domain === 'Education' ?
__('Institute Name') : __('Company Name'), __('Institute Name') : __('Company Name'),
fieldtype: 'Data', reqd: 1 fieldtype: 'Data',
reqd: 1
}, },
{ {
fieldname: 'company_abbr', fieldname: 'company_abbr',