mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
test case fixed
This commit is contained in:
@@ -131,9 +131,6 @@ class TestShoppingCart(unittest.TestCase):
|
||||
"taxes": frappe.get_doc("Sales Taxes and Charges Template", "_Test Tax 1").taxes,
|
||||
"company": "_Test Company"
|
||||
}
|
||||
|
||||
for d in values["taxes"]:
|
||||
d.name = None
|
||||
|
||||
quotation.update(values)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user