mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
[fix] [minor] webshop fixes after bootstrap 3
This commit is contained in:
@@ -228,6 +228,7 @@ def _get_cart_quotation(party=None):
|
||||
"company": webnotes.defaults.get_user_default("company"),
|
||||
"order_type": "Shopping Cart",
|
||||
"status": "Draft",
|
||||
"docstatus": 0,
|
||||
"__islocal": 1,
|
||||
(party.doctype.lower()): party.name
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user