Income account instead of expense account
This commit is contained in:
Shreya Shah 2018-07-03 10:07:32 +05:30 committed by Nabin Hait
parent 273e8e59ca
commit 93d60869ed
2 changed files with 2 additions and 2 deletions

View File

@ -539,7 +539,7 @@ erpnext.patches.v11_0.create_department_records_for_each_company
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

View File

@ -45,7 +45,7 @@ def execute():
})
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]):