mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
Make 'Financial Year' translatable in Setup wizard (#9879)
This commit is contained in:
committed by
Rushabh Mehta
parent
3ceebaec3f
commit
372a881d8c
@@ -104,7 +104,7 @@ var erpnext_slides = [
|
|||||||
options: "", fieldtype: 'Select'
|
options: "", fieldtype: 'Select'
|
||||||
},
|
},
|
||||||
|
|
||||||
{ fieldtype: "Section Break", label: "Financial Year" },
|
{ fieldtype: "Section Break", label: __('Financial Year') },
|
||||||
{ fieldname: 'fy_start_date', label: __('Start Date'), fieldtype: 'Date', reqd: 1 },
|
{ fieldname: 'fy_start_date', label: __('Start Date'), fieldtype: 'Date', reqd: 1 },
|
||||||
{ fieldtype: "Column Break" },
|
{ fieldtype: "Column Break" },
|
||||||
{ fieldname: 'fy_end_date', label: __('End Date'), fieldtype: 'Date', reqd: 1 },
|
{ fieldname: 'fy_end_date', label: __('End Date'), fieldtype: 'Date', reqd: 1 },
|
||||||
|
|||||||
Reference in New Issue
Block a user