Skip to content

Commit

Permalink
fix: order creation (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihantra-Patel authored Sep 3, 2024
1 parent 2a66340 commit 943da19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webshop/webshop/shopping_cart/cart.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ def place_order():
if not (quotation.shipping_address_name or quotation.customer_address):
frappe.throw(_("Set Shipping Address or Billing Address"))

customer_group = cart_settings.default_customer_group

sales_order = frappe.get_doc(
_make_sales_order(
quotation.name, ignore_permissions=True
Expand Down

0 comments on commit 943da19

Please sign in to comment.