commit | 85e1c85b521b9a6025b0cacab225dab4d8abdd52 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Mon Jun 19 14:12:23 2023 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Mon Jun 19 14:12:23 2023 +0530 |
tree | 295ce5da4091464f9158129ffb5d56ca2a23c8fe | |
parent | 86744b6fbba35b3bc87ec91e222102ead8514a26 [diff] [blame] |
chore: Add payment entry
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 275c93d..beefb1d 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -78,7 +78,7 @@ "customer", "supplier", ] -demo_transaction_doctypes = ["purchase_invoice", "sales_invoice"] +demo_transaction_doctypes = ["purchase_invoice", "sales_invoice", "payment_entry"] jinja = { "methods": [