Merge pull request #47289 from frappe/st37102-2

fix: set billing hours to hours in timesheet
This commit is contained in:
rohitwaghchaure
2025-04-28 16:27:33 +05:30
committed by GitHub

View File

@@ -296,6 +296,7 @@ frappe.ui.form.on("Timesheet Detail", {
hours: function (frm, cdt, cdn) {
calculate_end_time(frm, cdt, cdn);
update_billing_hours(frm, cdt, cdn);
calculate_billing_costing_amount(frm, cdt, cdn);
calculate_time_and_amount(frm);
},