chore: formatting

(cherry picked from commit 4ae11d4384)

# Conflicts:
#	erpnext/accounts/doctype/bank_transaction/bank_transaction.js
This commit is contained in:
Abdeali Chharchhoda
2025-04-01 12:12:37 +05:30
committed by Mergify
parent 5d47db78e6
commit 3dc29cbec8

View File

@@ -10,6 +10,15 @@ frappe.ui.form.on("Bank Transaction", {
},
};
});
<<<<<<< HEAD
=======
frm.set_query("bank_account", function () {
return {
filters: { is_company_account: 1 },
};
});
>>>>>>> 4ae11d4384 (chore: formatting)
frm.set_query("payment_document", "payment_entries", function () {
const payment_doctypes = frm.events.get_payment_doctypes(frm);