mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-14 15:57:41 +00:00
Fix for "Stopped" status indicator in Purchase Order List View
Issue #2368
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
frappe.listview_settings['Purchase Order'] = {
|
||||
add_fields: ["grand_total", "company", "currency", "supplier",
|
||||
"supplier_name", "per_received", "per_billed"]
|
||||
"supplier_name", "per_received", "per_billed", "status"]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user