refactor: rewrite raw sql queries with frappe.qb and database API

This commit is contained in:
Rucha Mahabal
2022-07-07 19:00:19 +05:30
parent 64075cbebc
commit 108cce2785
6 changed files with 26 additions and 34 deletions

View File

@@ -87,6 +87,7 @@ website_context = {
"splash_image": "/assets/erpnext/images/erpnext-logo.svg",
}
# nosemgrep
website_route_rules = [
{"from_route": "/orders", "to_route": "Sales Order"},
{