diff --git a/erpnext/public/js/setup_wizard.js b/erpnext/public/js/setup_wizard.js index c9e7235760f..d5518857000 100644 --- a/erpnext/public/js/setup_wizard.js +++ b/erpnext/public/js/setup_wizard.js @@ -46,13 +46,15 @@ var erpnext_slides = [ fieldtype: "Attach Image", fieldname: "attach_logo", label: __("Attach Logo"), description: __("100px by 100px"), - is_private: 0 + is_private: 0, + align: 'center' }, { fieldname: 'company_name', label: frappe.setup.domain === 'Education' ? __('Institute Name') : __('Company Name'), - fieldtype: 'Data', reqd: 1 + fieldtype: 'Data', + reqd: 1 }, { fieldname: 'company_abbr',