fix: Multiplle sider issues

This commit is contained in:
Deepesh Garg 2020-12-31 11:29:06 +05:30
parent 133ce286f9
commit 23ab5c5cc0
7 changed files with 12 additions and 12 deletions

View File

@ -11,7 +11,7 @@ frappe.ui.form.on('Budget', {
report_type: "Profit and Loss", report_type: "Profit and Loss",
is_group: 0 is_group: 0
} }
} };
}); });
frm.set_query("monthly_distribution", function() { frm.set_query("monthly_distribution", function() {
@ -19,7 +19,7 @@ frappe.ui.form.on('Budget', {
filters: { filters: {
fiscal_year: frm.doc.fiscal_year fiscal_year: frm.doc.fiscal_year
} }
} };
}); });
erpnext.accounts.dimensions.setup_dimension_filters(frm, frm.doctype); erpnext.accounts.dimensions.setup_dimension_filters(frm, frm.doctype);

View File

@ -115,7 +115,7 @@ $.extend(erpnext.queries, {
["Warehouse", "is_group", "=",0] ["Warehouse", "is_group", "=",0]
] ]
} };
}, },
get_filtered_dimensions: function(doc, child_fields, dimension, company) { get_filtered_dimensions: function(doc, child_fields, dimension, company) {

View File

@ -98,4 +98,4 @@ erpnext.accounts.dimensions = {
}); });
} }
} }
} };

View File

@ -2,7 +2,7 @@
// License: GNU General Public License v3. See license.txt // License: GNU General Public License v3. See license.txt
frappe.provide("erpnext.stock"); frappe.provide("erpnext.stock");
frappe.provide("erpnext.accounts.dimensions") frappe.provide("erpnext.accounts.dimensions");
frappe.ui.form.on("Stock Reconciliation", { frappe.ui.form.on("Stock Reconciliation", {
onload: function(frm) { onload: function(frm) {