Merge branch 'develop' into subcontracting

This commit is contained in:
Sagar Sharma
2022-05-25 12:32:33 +05:30
committed by GitHub
14 changed files with 127 additions and 40 deletions

View File

@@ -8,6 +8,7 @@ class TestSearch(unittest.TestCase):
# Search for the word "cond", part of the word "conduire" (Lead) in french.
def test_contact_search_in_foreign_language(self):
try:
frappe.local.lang_full_dict = None # reset cached translations
frappe.local.lang = "fr"
output = filter_dynamic_link_doctypes(
"DocType", "cond", "name", 0, 20, {"fieldtype": "HTML", "fieldname": "contact_html"}