mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -92,30 +92,5 @@ frappe.query_reports["Customer Ledger Summary"] = {
|
|||||||
fieldtype: "Data",
|
fieldtype: "Data",
|
||||||
hidden: 1,
|
hidden: 1,
|
||||||
},
|
},
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
{
|
|
||||||
fieldname: "cost_center",
|
|
||||||
label: __("Cost Center"),
|
|
||||||
fieldtype: "MultiSelectList",
|
|
||||||
options: "Cost Center",
|
|
||||||
get_data: function (txt) {
|
|
||||||
return frappe.db.get_link_options("Cost Center", txt, {
|
|
||||||
company: frappe.query_report.get_filter_value("company"),
|
|
||||||
});
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
fieldname: "project",
|
|
||||||
label: __("Project"),
|
|
||||||
fieldtype: "MultiSelectList",
|
|
||||||
options: "Project",
|
|
||||||
get_data: function (txt) {
|
|
||||||
return frappe.db.get_link_options("Project", txt, {
|
|
||||||
company: frappe.query_report.get_filter_value("company"),
|
|
||||||
});
|
|
||||||
},
|
|
||||||
},
|
|
||||||
>>>>>>> 8785342fce (fix(report): add options to multiselectlist fields)
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -74,30 +74,5 @@ frappe.query_reports["Supplier Ledger Summary"] = {
|
|||||||
fieldtype: "Data",
|
fieldtype: "Data",
|
||||||
hidden: 1,
|
hidden: 1,
|
||||||
},
|
},
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
{
|
|
||||||
fieldname: "cost_center",
|
|
||||||
label: __("Cost Center"),
|
|
||||||
fieldtype: "MultiSelectList",
|
|
||||||
options: "Cost Center",
|
|
||||||
get_data: function (txt) {
|
|
||||||
return frappe.db.get_link_options("Cost Center", txt, {
|
|
||||||
company: frappe.query_report.get_filter_value("company"),
|
|
||||||
});
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
fieldname: "project",
|
|
||||||
label: __("Project"),
|
|
||||||
fieldtype: "MultiSelectList",
|
|
||||||
options: "Project",
|
|
||||||
get_data: function (txt) {
|
|
||||||
return frappe.db.get_link_options("Project", txt, {
|
|
||||||
company: frappe.query_report.get_filter_value("company"),
|
|
||||||
});
|
|
||||||
},
|
|
||||||
},
|
|
||||||
>>>>>>> 8785342fce (fix(report): add options to multiselectlist fields)
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user