mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
chore: Add accounting dimensions to Sales Order Item table
(cherry picked from commit e31db18912)
# Conflicts:
# erpnext/patches.txt
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user