mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 18:25:32 +00:00
chore: formatting
(cherry picked from commit 4ae11d4384)
# Conflicts:
# erpnext/accounts/doctype/bank_transaction/bank_transaction.js
This commit is contained in:
committed by
Mergify
parent
5d47db78e6
commit
3dc29cbec8
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user