refactor: use generic name for advance doctypes variable

This commit is contained in:
ruthra kumar
2024-01-24 13:27:31 +05:30
parent 236c7e1e95
commit 9fcd89d456
6 changed files with 20 additions and 20 deletions

View File

@@ -481,8 +481,8 @@ payment_gateway_enabled = "erpnext.accounts.utils.create_payment_gateway_account
communication_doctypes = ["Customer", "Supplier"]
advance_payment_customer_doctypes = ["Sales Order"]
advance_payment_supplier_doctypes = ["Purchase Order"]
advance_payment_receivable_doctypes = ["Sales Order"]
advance_payment_payable_doctypes = ["Purchase Order"]
invoice_doctypes = ["Sales Invoice", "Purchase Invoice"]