mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
added warehouse user to retrict entry and also introduced query handlers
This commit is contained in:
5
startup/query_handlers.py
Normal file
5
startup/query_handlers.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
standard_queries = {
|
||||
"Warehouse": "stock.utils.get_warehouse_list"
|
||||
}
|
||||
Reference in New Issue
Block a user