mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 21:18:27 +00:00
fix: Add journal entry in demo
This commit is contained in:
@@ -78,7 +78,7 @@ demo_master_doctypes = [
|
||||
"customer",
|
||||
"supplier",
|
||||
]
|
||||
demo_transaction_doctypes = ["purchase_invoice", "sales_invoice", "payment_entry"]
|
||||
demo_transaction_doctypes = ["purchase_invoice", "sales_invoice", "payment_entry", "journal_entry"]
|
||||
|
||||
jinja = {
|
||||
"methods": [
|
||||
|
||||
Reference in New Issue
Block a user