mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-31 23:33:43 +00:00
chore: patch to setup exiting dimensions in Payment Request
(cherry picked from commit 3f8d785f02)
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="Payment Request")
|
||||
Reference in New Issue
Block a user