fix: Variant Items, List View Enabled to Variant Status Change (#38468)

* feat: Purchase Register Report Supplier Group filter Adding

* fix: Variant Items, List View Enabled to Variant Status Change

* Update purchase_register.js

* Update purchase_register.py
This commit is contained in:
Parameshwari Palanisamy 2024-01-02 14:04:56 +05:30 committed by GitHub
parent 6e5484ea03
commit 9ea963bfe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
frappe.listview_settings['Item'] = {
add_fields: ["item_name", "stock_uom", "item_group", "image",
"has_variants", "end_of_life", "disabled"],
"has_variants", "end_of_life", "disabled", "variant_of"],
filters: [["disabled", "=", "0"]],
get_indicator: function(doc) {