brotherton-erpnext/startup/query_handlers.py
2013-12-23 20:01:18 +05:30

8 lines
242 B
Python

# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals
standard_queries = {
"Customer": "selling.utils.get_customer_list",
}