mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 19:55:29 +00:00
fix: Work Order filter typo in Job Card Summary Report
(cherry picked from commit 2e4f3e9317)
This commit is contained in:
@@ -54,11 +54,11 @@ frappe.query_reports["Job Card Summary"] = {
|
|||||||
options: ["", "Open", "Work In Progress", "Completed", "On Hold"]
|
options: ["", "Open", "Work In Progress", "Completed", "On Hold"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: __("Sales Orders"),
|
label: __("Work Orders"),
|
||||||
fieldname: "sales_order",
|
fieldname: "work_order",
|
||||||
fieldtype: "MultiSelectList",
|
fieldtype: "MultiSelectList",
|
||||||
get_data: function(txt) {
|
get_data: function(txt) {
|
||||||
return frappe.db.get_link_options('Sales Order', txt);
|
return frappe.db.get_link_options('Work Order', txt);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user