mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
perf: don't track seen for POS Invoice (#46187)
This is a moving doctype. Do people even browse the list view? It doesn't make much sense, either. POS INvoices are rarely "reviewed" by multiple users.
This commit is contained in:
@@ -1625,6 +1625,5 @@
|
|||||||
"states": [],
|
"states": [],
|
||||||
"timeline_field": "customer",
|
"timeline_field": "customer",
|
||||||
"title_field": "customer_name",
|
"title_field": "customer_name",
|
||||||
"track_changes": 1,
|
"track_changes": 1
|
||||||
"track_seen": 1
|
}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user