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

This commit is contained in:
Prateeksha Singh 2017-07-26 18:11:37 +05:30 committed by Makarand Bauskar
parent 930dd5e54e
commit 83535811ad

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',