chore: Add accounting dimensions to Sales Order Item table

(cherry picked from commit e31db18912)

# Conflicts:
#	erpnext/patches.txt
This commit is contained in:
Deepesh Garg
2023-10-17 18:19:47 +05:30
committed by Mergify
parent e23710bf00
commit bfa93cd3f6
5 changed files with 51 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
from erpnext.accounts.doctype.accounting_dimension.accounting_dimension import (
create_accounting_dimensions_for_doctype,
)
def execute():
create_accounting_dimensions_for_doctype(doctype="Sales Order Item")