mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
get_query continued
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
standard_queries = {
|
||||
"Warehouse": "stock.utils.get_warehouse_list"
|
||||
"Warehouse": "stock.utils.get_warehouse_list",
|
||||
"Customer": "selling.utils.get_customer_list",
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user