mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
chore: Add payment entry
This commit is contained in:
@@ -78,7 +78,7 @@ demo_master_doctypes = [
|
||||
"customer",
|
||||
"supplier",
|
||||
]
|
||||
demo_transaction_doctypes = ["purchase_invoice", "sales_invoice"]
|
||||
demo_transaction_doctypes = ["purchase_invoice", "sales_invoice", "payment_entry"]
|
||||
|
||||
jinja = {
|
||||
"methods": [
|
||||
|
||||
Reference in New Issue
Block a user