mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 04:28:27 +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": [],
|
||||
"timeline_field": "customer",
|
||||
"title_field": "customer_name",
|
||||
"track_changes": 1,
|
||||
"track_seen": 1
|
||||
}
|
||||
"track_changes": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user