chore: resolve conflict

This commit is contained in:
ruthra kumar
2024-11-25 12:28:02 +05:30
parent 0469b0d1ec
commit 072c5b7753

View File

@@ -73,27 +73,11 @@ frappe.query_reports["Sales Analytics"] = {
default: "Monthly",
reqd: 1,
},
<<<<<<< HEAD
=======
{
fieldname: "curves",
label: __("Curves"),
fieldtype: "Select",
options: [
{ value: "select", label: __("Select") },
{ value: "all", label: __("All") },
{ value: "non-zeros", label: __("Non-Zeros") },
{ value: "total", label: __("Total Only") },
],
default: "select",
reqd: 1,
},
{
fieldname: "show_aggregate_value_from_subsidiary_companies",
label: __("Show Aggregate Value from Subsidiary Companies"),
fieldtype: "Check",
},
>>>>>>> c23af6af41 (feat: Show Aggregate Value from Subsidiary Companies)
],
get_datatable_options(options) {
return Object.assign(options, {