mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
fix: Add picklist dashboard config
This commit is contained in:
12
erpnext/stock/doctype/pick_list/pick_list_dashboard.py
Normal file
12
erpnext/stock/doctype/pick_list/pick_list_dashboard.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from __future__ import unicode_literals
|
||||
from frappe import _
|
||||
|
||||
def get_data():
|
||||
return {
|
||||
'fieldname': 'pick_list',
|
||||
'transactions': [
|
||||
{
|
||||
'items': ['Stock Entry', 'Delivery Note']
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user