Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
2926651e1ca7d324f5a9e0b72b28b5e9e3137130
/
.
/
startup
/
query_handlers.py
blob: 72ad8fa455fdbf09661317b8385a338e42cc6eac [
file
] [
log
] [
blame
]
# 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"
,
}