mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
Minor fixes
This commit is contained in:
@@ -217,7 +217,7 @@ class TestShoppingCart(unittest.TestCase):
|
||||
"doctype": "Address",
|
||||
"address_line1": "_Test Address Line 1",
|
||||
"address_title": "_Test Cart Lead Address",
|
||||
"address_type": "Home",
|
||||
"address_type": "Personal",
|
||||
"city": "_Test City",
|
||||
"country": "India",
|
||||
"lead": lead.name,
|
||||
|
||||
Reference in New Issue
Block a user