blob: d96ae9b20ebb72c574121ee7024eeaf6c07edbba [file] [log] [blame]
Anand Doshi885e0742015-03-03 14:55:30 +05301# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
Rushabh Mehta3daa49a2014-10-21 16:16:30 +05302# 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()