fix: Consistent accounting dimensions across Sales and Purchase docs

(cherry picked from commit 82a0635c66)

# Conflicts:
#	erpnext/patches.txt
#	erpnext/selling/doctype/sales_order/sales_order.json
This commit is contained in:
Deepesh Garg
2022-04-26 14:01:13 +05:30
committed by Mergify
parent 87383680f0
commit 5df50588cf
7 changed files with 145 additions and 7 deletions

View File

@@ -357,6 +357,12 @@ erpnext.patches.v13_0.remove_unknown_links_to_prod_plan_items # 24-03-2022
erpnext.patches.v13_0.rename_non_profit_fields
erpnext.patches.v13_0.enable_ksa_vat_docs #1
erpnext.patches.v13_0.create_gst_custom_fields_in_quotation
<<<<<<< HEAD
erpnext.patches.v13_0.update_expense_claim_status_for_paid_advances
erpnext.patches.v13_0.set_return_against_in_pos_invoice_references
erpnext.patches.v13_0.copy_custom_field_filters_to_website_item
erpnext.patches.v13_0.copy_custom_field_filters_to_website_item
=======
erpnext.patches.v13_0.copy_custom_field_filters_to_website_item
erpnext.patches.v14_0.delete_employee_transfer_property_doctype
erpnext.patches.v13_0.create_accounting_dimensions_in_orders
>>>>>>> 82a0635c66 (fix: Consistent accounting dimensions across Sales and Purchase docs)