parent
930dd5e54e
commit
1d9fd9aa52
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user