Skip to content

Commit

Permalink
fix: Naming series in Journal Entry Template
Browse files Browse the repository at this point in the history
(cherry picked from commit 2085626)
  • Loading branch information
Solufyin authored and mergify[bot] committed Sep 4, 2022
1 parent d22104a commit 66cb3fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// For license information, please see license.txt

frappe.ui.form.on("Journal Entry Template", {
setup: function(frm) {
refresh: function(frm) {
frappe.model.set_default_values(frm.doc);

frm.set_query("account" ,"accounts", function(){
Expand Down

0 comments on commit 66cb3fd

Please sign in to comment.