Merge pull request #57466 from Shllokkk/routing-hour-rate-operating-cost

fix: recalculate operating cost on hour rate change in routing
This commit is contained in:
Shllokkk
2026-07-26 14:06:28 +05:30
committed by GitHub

View File

@@ -79,6 +79,11 @@ frappe.ui.form.on("BOM Operation", {
const d = locals[cdt][cdn];
frm.events.calculate_operating_cost(frm, d);
},
hour_rate: function (frm, cdt, cdn) {
const d = locals[cdt][cdn];
frm.events.calculate_operating_cost(frm, d);
},
});
frappe.tour["Routing"] = [