Merge branch 'develop' into subcontracting

This commit is contained in:
s-aga-r
2022-06-20 23:10:31 +05:30
97 changed files with 1605 additions and 859 deletions

View File

@@ -45,3 +45,8 @@ class TestInit(unittest.TestCase):
from frappe.tests.test_translate import verify_translation_files
verify_translation_files("erpnext")
def test_patches(self):
from frappe.tests.test_patches import check_patch_files
check_patch_files("erpnext")