mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-10 22:06:52 +00:00
chore: resolve conflict
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
<<<<<<< HEAD
|
||||
frappe.listview_settings["Item"] = {
|
||||
add_fields: ["item_name", "stock_uom", "item_group", "image", "has_variants", "end_of_life", "disabled"],
|
||||
=======
|
||||
frappe.listview_settings['Item'] = {
|
||||
add_fields: ["item_name", "stock_uom", "item_group", "image",
|
||||
"has_variants", "end_of_life", "disabled", "variant_of"],
|
||||
>>>>>>> 9ea963bfe9 (fix: Variant Items, List View Enabled to Variant Status Change (#38468))
|
||||
add_fields: [
|
||||
"item_name",
|
||||
"stock_uom",
|
||||
"item_group",
|
||||
"image",
|
||||
"has_variants",
|
||||
"end_of_life",
|
||||
"disabled",
|
||||
"variant_of",
|
||||
],
|
||||
filters: [["disabled", "=", "0"]],
|
||||
|
||||
get_indicator: function (doc) {
|
||||
|
||||
Reference in New Issue
Block a user