mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
feat: Add accounting dimensions to Supplier Quotation
(cherry picked from commit 089da459f7)
# Conflicts:
# erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
# erpnext/patches.txt
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from erpnext.accounts.doctype.accounting_dimension.accounting_dimension import (
|
||||
create_accounting_dimensions_for_doctype,
|
||||
)
|
||||
|
||||
|
||||
def execute():
|
||||
create_accounting_dimensions_for_doctype(doctype="Supplier Quotation")
|
||||
create_accounting_dimensions_for_doctype(doctype="Supplier Quotation Item")
|
||||
Reference in New Issue
Block a user