commit | 10d94ed539d91239767d593ec75e949ce58a87d2 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Sun Sep 04 16:34:05 2022 +0530 |
committer | GitHub <noreply@github.com> | Sun Sep 04 16:34:05 2022 +0530 |
tree | 686cd0bd27a0bfd7d63c08a0736acc4a7b48ef95 | |
parent | 86395c6adb4c577d175ed08c7615439ab9fbb224 [diff] | |
parent | 2085626390f705d5cbd4abbf664efecbc96aa91f [diff] |
Merge pull request #32045 from SolufyPrivateLimited/Solufy-JET fix: Naming series in Journal Entry Template
diff --git a/erpnext/accounts/doctype/journal_entry_template/journal_entry_template.js b/erpnext/accounts/doctype/journal_entry_template/journal_entry_template.js index 1c19c1d..cf5fbe1 100644 --- a/erpnext/accounts/doctype/journal_entry_template/journal_entry_template.js +++ b/erpnext/accounts/doctype/journal_entry_template/journal_entry_template.js
@@ -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(){