patch to remove accounts/utils folder and removed unrequired test cases related to unused tax controller

This commit is contained in:
Anand Doshi
2013-02-06 15:41:32 +05:30
parent 9cf478618f
commit 22807a61cd
6 changed files with 7 additions and 995 deletions

View 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"))

View File

@@ -165,4 +165,5 @@ patch_list = [
"patches.february_2013.payment_reconciliation_reset_values",
"patches.february_2013.remove_sales_order_pending_items",
"patches.february_2013.account_negative_balance",
"patches.february_2013.remove_account_utils_folder",
]