[patch] create chart of accounts if not created

This commit is contained in:
Nabin Hait 2013-04-09 14:48:31 +05:30
parent 29f3ecd6b1
commit ead385e8a4

View File

@ -230,6 +230,7 @@ patch_list = [
"patches.march_2013.p11_update_attach_files",
"patches.march_2013.p12_set_item_tax_rate_in_json",
"patches.march_2013.p07_update_valuation_rate",
"patches.april_2013.p05_create_chart_of_accounts",
"patches.march_2013.p08_create_aii_accounts",
"patches.march_2013.p03_update_buying_amount",
"patches.april_2013.p01_update_serial_no_valuation_rate",
@ -241,5 +242,4 @@ patch_list = [
"patches.april_2013.p04_reverse_modules_list",
"execute:webnotes.delete_doc('Search Criteria', 'time_log_summary')",
"patches.april_2013.p04_update_role_in_pages",
"patches.april_2013.p05_create_chart_of_accounts"
]