mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
Merge pull request #53001 from frappe/mergify/bp/version-15-hotfix/pr-38468
fix: Variant Items, List View Enabled to Variant Status Change (backport #38468)
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
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",
|
||||||
|
"stock_uom",
|
||||||
|
"item_group",
|
||||||
|
"image",
|
||||||
|
"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