fix(Supplier Quotation Comparison): group by options
(cherry picked from commit 87e36d290e)
This commit is contained in:
@@ -77,7 +77,10 @@ frappe.query_reports["Supplier Quotation Comparison"] = {
|
|||||||
fieldname: "group_by",
|
fieldname: "group_by",
|
||||||
label: __("Group by"),
|
label: __("Group by"),
|
||||||
fieldtype: "Select",
|
fieldtype: "Select",
|
||||||
options: [__("Group by Supplier"), __("Group by Item")],
|
options: [
|
||||||
|
{ label: __("Group by Supplier"), value: "Group by Supplier" },
|
||||||
|
{ label: __("Group by Item"), value: "Group by Item" },
|
||||||
|
],
|
||||||
default: __("Group by Supplier"),
|
default: __("Group by Supplier"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user