mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-14 07:47:12 +00:00
Merge pull request #2459 from neilLasrado/PO-status-indicator
Fix for "Stopped" status indicator in Purchase Order List View
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