Fix patch (#14769)

Income account instead of expense account
diff --git a/erpnext/patches.txt b/erpnext/patches.txt
index 4b5ccf8..7831443 100644
--- a/erpnext/patches.txt
+++ b/erpnext/patches.txt
@@ -539,7 +539,7 @@
 erpnext.patches.v11_0.make_location_from_warehouse
 erpnext.patches.v11_0.make_asset_finance_book_against_old_entries
 erpnext.patches.v11_0.check_buying_selling_in_currency_exchange
-erpnext.patches.v11_0.move_item_defaults_to_child_table_for_multicompany
+erpnext.patches.v11_0.move_item_defaults_to_child_table_for_multicompany #02-07-2018
 erpnext.patches.v11_0.refactor_erpnext_shopify
 erpnext.patches.v11_0.rename_overproduction_percent_field
 erpnext.patches.v11_0.update_backflush_subcontract_rm_based_on_bom
diff --git a/erpnext/patches/v11_0/move_item_defaults_to_child_table_for_multicompany.py b/erpnext/patches/v11_0/move_item_defaults_to_child_table_for_multicompany.py
index 8e17ea6..4fd677a 100644
--- a/erpnext/patches/v11_0/move_item_defaults_to_child_table_for_multicompany.py
+++ b/erpnext/patches/v11_0/move_item_defaults_to_child_table_for_multicompany.py
@@ -45,7 +45,7 @@
 				})
 
 			for d in [
-						["default_warehouse", "Warehouse"], ["expense_account", "Account"], ["expense_account", "Account"],
+						["default_warehouse", "Warehouse"], ["expense_account", "Account"], ["income_account", "Account"],
 						["buying_cost_center", "Cost Center"], ["selling_cost_center", "Cost Center"]
 					]:
 				if item.get(d[0]):