Skip to content

Commit

Permalink
Update journal_entry.js (#18922)
Browse files Browse the repository at this point in the history
adding a missed semicolom
  • Loading branch information
elba7r authored and nabinhait committed Sep 5, 2019
1 parent 993521d commit fa4577d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/accounts/doctype/journal_entry/journal_entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ erpnext.accounts.JournalEntry = frappe.ui.form.Controller.extend({
filters: {
'account': row.account
}
}
};
});

me.frm.set_query("reference_name", "accounts", function(doc, cdt, cdn) {
Expand Down

0 comments on commit fa4577d

Please sign in to comment.