fix: Add journal entry in demo
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index e5d9318..a9eef94 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -78,7 +78,7 @@
 	"customer",
 	"supplier",
 ]
-demo_transaction_doctypes = ["purchase_invoice", "sales_invoice", "payment_entry"]
+demo_transaction_doctypes = ["purchase_invoice", "sales_invoice", "payment_entry", "journal_entry"]
 
 jinja = {
 	"methods": [