mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
patch to remove accounts/utils folder and removed unrequired test cases related to unused tax controller
This commit is contained in:
6
patches/february_2013/remove_account_utils_folder.py
Normal file
6
patches/february_2013/remove_account_utils_folder.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def execute():
|
||||
from webnotes.utils import get_base_path
|
||||
import shutil
|
||||
import os
|
||||
|
||||
shutil.rmtree(os.path.join(get_base_path(), "app", "accounts", "utils"))
|
||||
Reference in New Issue
Block a user