blob: 531d3a37edbf8b50f6c89d1a6c7668f044470926 [file] [log] [blame]
Rushabh Mehta3daa49a2014-10-21 16:16:30 +05301# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
2# License: GNU General Public License v3. See license.txt
3
4from __future__ import unicode_literals
5import frappe
6from erpnext.shopping_cart.cart import get_address_docs
7
8no_cache = 1
9no_sitemap = 1
10
11@frappe.whitelist()
12def get_addresses():
13 return get_address_docs()