[fixes] test case fixes for multi-currency check

This commit is contained in:
Saurabh
2016-02-23 12:07:20 +05:30
parent 1864879b91
commit f54be2c7f0
4 changed files with 19 additions and 13 deletions

View File

@@ -17,8 +17,6 @@ def get_context(context):
{"reference_name": frappe.form_dict.name}, "name")
context.enabled_checkout = frappe.get_doc("Shopping Cart Settings").enable_checkout
print context.enabled_checkout
if not context.doc.has_website_permission("read"):
frappe.throw(_("Not Permitted"), frappe.PermissionError)