commit | f189be501b4b0570208a66666cb48132c029fcaf | [log] [tgz] |
---|---|---|
author | “Khushi <“khushirawat.sophia@gamil.com”> | Wed Mar 27 00:08:39 2024 +0530 |
committer | “Khushi <“khushirawat.sophia@gamil.com”> | Wed Mar 27 00:08:39 2024 +0530 |
tree | 7a0dfe4d0d57ebedfb9293dcef04b48663338085 | |
parent | 6d47b8a24eb3d7f8d2eb85d0993325ccaa5f4f3b [diff] |
fix: default accounting dimension in journal entry child table
diff --git a/erpnext/public/js/utils/dimension_tree_filter.js b/erpnext/public/js/utils/dimension_tree_filter.js index 36c0f1b..a971656 100644 --- a/erpnext/public/js/utils/dimension_tree_filter.js +++ b/erpnext/public/js/utils/dimension_tree_filter.js
@@ -22,6 +22,7 @@ }); me.default_dimensions = r.message[1]; me.setup_filters(frm, doctype); + me.update_dimension(frm, doctype); }, }); },