mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
chore: resolve conflict
This commit is contained in:
@@ -73,27 +73,11 @@ frappe.query_reports["Sales Analytics"] = {
|
|||||||
default: "Monthly",
|
default: "Monthly",
|
||||||
reqd: 1,
|
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",
|
fieldname: "show_aggregate_value_from_subsidiary_companies",
|
||||||
label: __("Show Aggregate Value from Subsidiary Companies"),
|
label: __("Show Aggregate Value from Subsidiary Companies"),
|
||||||
fieldtype: "Check",
|
fieldtype: "Check",
|
||||||
},
|
},
|
||||||
>>>>>>> c23af6af41 (feat: Show Aggregate Value from Subsidiary Companies)
|
|
||||||
],
|
],
|
||||||
get_datatable_options(options) {
|
get_datatable_options(options) {
|
||||||
return Object.assign(options, {
|
return Object.assign(options, {
|
||||||
|
|||||||
Reference in New Issue
Block a user