brotherton-erpnext/erpnext/templates/pages/addresses.py

14 lines
336 B
Python
Raw Normal View History

# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
2014-10-21 10:46:30 +00:00
# License: GNU General Public License v3. See license.txt
from __future__ import unicode_literals
import frappe
from erpnext.shopping_cart.cart import get_address_docs
no_cache = 1
no_sitemap = 1
@frappe.whitelist()
def get_addresses():
return get_address_docs()