mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
[shopping-cart] cart via Jinja WIP
This commit is contained in:
@@ -122,7 +122,8 @@ def update_cart_address(address_fieldname, address_name):
|
||||
quotation.flags.ignore_permissions = True
|
||||
quotation.save()
|
||||
|
||||
return get_cart_quotation(quotation)
|
||||
return frappe.render_template("templates/includes/cart/cart_address.html",
|
||||
get_cart_quotation(quotation))
|
||||
|
||||
def guess_territory():
|
||||
territory = None
|
||||
|
||||
Reference in New Issue
Block a user