Anand Doshi | 885e074 | 2015-03-03 14:55:30 +0530 | [diff] [blame] | 1 | # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors |
Rushabh Mehta | 3daa49a | 2014-10-21 16:16:30 +0530 | [diff] [blame] | 2 | # License: GNU General Public License v3. See license.txt |
3 | |||||
4 | from __future__ import unicode_literals | ||||
5 | import frappe | ||||
6 | from erpnext.shopping_cart.cart import get_address_docs | ||||
7 | |||||
8 | no_cache = 1 | ||||
9 | no_sitemap = 1 | ||||
10 | |||||
11 | @frappe.whitelist() | ||||
12 | def get_addresses(): | ||||
13 | return get_address_docs() |