commit | 333f2a565bd357809f154d40c19d9fd565b5afc8 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Aug 01 10:10:50 2023 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Aug 01 10:10:50 2023 +0530 |
tree | 72e9539df25a9402a58aa9909f22e28319a08caa | |
parent | 70c5df056d92f5e8dd90a116ce6506faa32807bb [diff] [blame] |
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": [