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:
parent
6e5484ea03
commit
9ea963bfe9
@ -1,6 +1,6 @@
|
|||||||
frappe.listview_settings['Item'] = {
|
frappe.listview_settings['Item'] = {
|
||||||
add_fields: ["item_name", "stock_uom", "item_group", "image",
|
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"]],
|
filters: [["disabled", "=", "0"]],
|
||||||
|
|
||||||
get_indicator: function(doc) {
|
get_indicator: function(doc) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user