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