mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 08:47:33 +00:00
fix failing tests from shopping cart
This commit is contained in:
@@ -194,6 +194,7 @@ def _get_cart_quotation(party=None):
|
||||
"status": "Draft",
|
||||
"docstatus": 0,
|
||||
"__islocal": 1,
|
||||
"payment_terms_template": "_Test Payment Terms Template",
|
||||
(party.doctype.lower()): party.name
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user