mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 11:15:10 +00:00
fix: patch item_reposting_for_incorrect_sl_and_gl
(cherry picked from commit dbde3a3421)
This commit is contained in:
committed by
Mergify
parent
79f171c31a
commit
1928195167
@@ -195,7 +195,6 @@ erpnext.patches.v13_0.update_project_template_tasks
|
|||||||
erpnext.patches.v13_0.convert_qi_parameter_to_link_field
|
erpnext.patches.v13_0.convert_qi_parameter_to_link_field
|
||||||
erpnext.patches.v13_0.add_naming_series_to_old_projects # 1-02-2021
|
erpnext.patches.v13_0.add_naming_series_to_old_projects # 1-02-2021
|
||||||
erpnext.patches.v13_0.update_payment_terms_outstanding
|
erpnext.patches.v13_0.update_payment_terms_outstanding
|
||||||
erpnext.patches.v13_0.item_reposting_for_incorrect_sl_and_gl
|
|
||||||
erpnext.patches.v13_0.delete_old_bank_reconciliation_doctypes
|
erpnext.patches.v13_0.delete_old_bank_reconciliation_doctypes
|
||||||
erpnext.patches.v13_0.update_vehicle_no_reqd_condition
|
erpnext.patches.v13_0.update_vehicle_no_reqd_condition
|
||||||
erpnext.patches.v13_0.rename_membership_settings_to_non_profit_settings
|
erpnext.patches.v13_0.rename_membership_settings_to_non_profit_settings
|
||||||
@@ -291,6 +290,7 @@ erpnext.patches.v13_0.update_exchange_rate_settings
|
|||||||
erpnext.patches.v14_0.delete_amazon_mws_doctype
|
erpnext.patches.v14_0.delete_amazon_mws_doctype
|
||||||
erpnext.patches.v13_0.set_work_order_qty_in_so_from_mr
|
erpnext.patches.v13_0.set_work_order_qty_in_so_from_mr
|
||||||
erpnext.patches.v13_0.update_accounts_in_loan_docs
|
erpnext.patches.v13_0.update_accounts_in_loan_docs
|
||||||
|
erpnext.patches.v13_0.item_reposting_for_incorrect_sl_and_gl
|
||||||
erpnext.patches.v14_0.update_batch_valuation_flag
|
erpnext.patches.v14_0.update_batch_valuation_flag
|
||||||
erpnext.patches.v14_0.delete_non_profit_doctypes
|
erpnext.patches.v14_0.delete_non_profit_doctypes
|
||||||
erpnext.patches.v13_0.add_cost_center_in_loans
|
erpnext.patches.v13_0.add_cost_center_in_loans
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ from erpnext.stock.stock_ledger import update_entries_after
|
|||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
doctypes_to_reload = [
|
doctypes_to_reload = [
|
||||||
|
("setup", "company"),
|
||||||
("stock", "repost_item_valuation"),
|
("stock", "repost_item_valuation"),
|
||||||
("stock", "stock_entry_detail"),
|
("stock", "stock_entry_detail"),
|
||||||
("stock", "purchase_receipt_item"),
|
("stock", "purchase_receipt_item"),
|
||||||
|
|||||||
Reference in New Issue
Block a user