Merge pull request #32045 from SolufyPrivateLimited/Solufy-JET

fix: Naming series in Journal Entry Template
This commit is contained in:
Deepesh Garg 2022-09-04 16:34:05 +05:30 committed by GitHub
commit 10d94ed539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
// For license information, please see license.txt // For license information, please see license.txt
frappe.ui.form.on("Journal Entry Template", { frappe.ui.form.on("Journal Entry Template", {
setup: function(frm) { refresh: function(frm) {
frappe.model.set_default_values(frm.doc); frappe.model.set_default_values(frm.doc);
frm.set_query("account" ,"accounts", function(){ frm.set_query("account" ,"accounts", function(){