mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
committed by
Nabin Hait
parent
993521d365
commit
fa4577d18a
@@ -167,7 +167,7 @@ erpnext.accounts.JournalEntry = frappe.ui.form.Controller.extend({
|
|||||||
filters: {
|
filters: {
|
||||||
'account': row.account
|
'account': row.account
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
me.frm.set_query("reference_name", "accounts", function(doc, cdt, cdn) {
|
me.frm.set_query("reference_name", "accounts", function(doc, cdt, cdn) {
|
||||||
|
|||||||
Reference in New Issue
Block a user