fix: Rename label from doctype to from document type
(cherry picked from commit fc2b66dac0)
This commit is contained in:
parent
10bde3b76b
commit
808d6526ee
1 changed files with 1 additions and 1 deletions
|
|
@ -971,7 +971,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
|||
{
|
||||
fieldtype: 'Select',
|
||||
fieldname: 'doctype',
|
||||
label: 'DocType',
|
||||
label: 'From Document Type',
|
||||
options: this.linked_doctypes.map(df => ({ label: df.doctype, value: df.doctype })),
|
||||
change: () => {
|
||||
let doctype = d.get_value('doctype');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue