mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
@@ -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_location_from_warehouse
|
||||||
erpnext.patches.v11_0.make_asset_finance_book_against_old_entries
|
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.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.refactor_erpnext_shopify
|
||||||
erpnext.patches.v11_0.rename_overproduction_percent_field
|
erpnext.patches.v11_0.rename_overproduction_percent_field
|
||||||
erpnext.patches.v11_0.update_backflush_subcontract_rm_based_on_bom
|
erpnext.patches.v11_0.update_backflush_subcontract_rm_based_on_bom
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ def execute():
|
|||||||
})
|
})
|
||||||
|
|
||||||
for d in [
|
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"]
|
["buying_cost_center", "Cost Center"], ["selling_cost_center", "Cost Center"]
|
||||||
]:
|
]:
|
||||||
if item.get(d[0]):
|
if item.get(d[0]):
|
||||||
|
|||||||
Reference in New Issue
Block a user