mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
[Fixes] deprecated
This commit is contained in:
@@ -12,7 +12,6 @@ class TestShoppingCartSettings(unittest.TestCase):
|
|||||||
def setUp(self):
|
def setUp(self):
|
||||||
frappe.db.sql("""delete from `tabSingles` where doctype="Shipping Cart Settings" """)
|
frappe.db.sql("""delete from `tabSingles` where doctype="Shipping Cart Settings" """)
|
||||||
frappe.db.sql("""delete from `tabShopping Cart Price List`""")
|
frappe.db.sql("""delete from `tabShopping Cart Price List`""")
|
||||||
frappe.db.sql("""delete from `tabShopping Cart Taxes and Charges Master`""")
|
|
||||||
frappe.db.sql("""delete from `tabShopping Cart Shipping Rule`""")
|
frappe.db.sql("""delete from `tabShopping Cart Shipping Rule`""")
|
||||||
|
|
||||||
def get_cart_settings(self):
|
def get_cart_settings(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user